summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2023-05-15 06:27:40 +0200
committerPeter Eisentraut <peter@eisentraut.org>2023-05-15 06:27:40 +0200
commit1d70fb400c2c8312dac3ff19a1bb1cb5351047ce (patch)
treee064f79ef1dfb25055cb0aa288691db1af90ccc1
parent63932a6d38e5dfa6df2a51a04b7314ec1e4d3de7 (diff)
downloadpostgresql-1d70fb400c2c8312dac3ff19a1bb1cb5351047ce.tar.gz
Fix whitespace inconsistencies
-rw-r--r--src/bin/pg_amcheck/t/004_verify_heapam.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_amcheck/t/004_verify_heapam.pl b/src/bin/pg_amcheck/t/004_verify_heapam.pl
index 90ba59ec0b..e77b50c6c5 100644
--- a/src/bin/pg_amcheck/t/004_verify_heapam.pl
+++ b/src/bin/pg_amcheck/t/004_verify_heapam.pl
@@ -45,7 +45,7 @@ use Test::More;
# offsets within the tuple. We choose a structure without padding on all
# supported architectures:
#
-# a BIGINT
+# a BIGINT
# b TEXT
# c TEXT
#
@@ -77,7 +77,7 @@ use Test::More;
# xx xx xx xx xx xx xx xx 'b': xxxxxxxx offset = 32 CCCCCCCC
# xx xx xx xx xx xx xx xx 'c': xxxxxxxx offset = 40 CCllLL
# xx xx xx xx xx xx xx xx : xxxxxxxx ...continued
-# xx xx : xx ...continued
+# xx xx : xx ...continued
#
# We could choose to read and write columns 'b' and 'c' in other ways, but
# it is convenient enough to do it this way. We define packing code