From: Justin Pryzby Date: Tue, 30 Mar 2021 23:37:08 -0500 Subject: [PATCH 31/32] pg_amcheck: remove Double semi-colon commit 9706092839db2c8c93860674e426a917635438c3 Reminicent of 13cb5bd84, 37c99d304 --- src/bin/pg_amcheck/t/004_verify_heapam.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_amcheck/t/004_verify_heapam.pl b/src/bin/pg_amcheck/t/004_verify_heapam.pl index 36607596b1..2171d236a7 100644 --- a/src/bin/pg_amcheck/t/004_verify_heapam.pl +++ b/src/bin/pg_amcheck/t/004_verify_heapam.pl @@ -175,7 +175,7 @@ sub write_tuple seek($fh, $offset, 0) or BAIL_OUT("seek failed: $!"); defined(syswrite($fh, $buffer, HEAPTUPLE_PACK_LENGTH)) - or BAIL_OUT("syswrite failed: $!");; + or BAIL_OUT("syswrite failed: $!"); return; } -- 2.17.0 --4eRLI4hEmsdu6Npr Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0032-duplicate-words.patch"