We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63932a6 commit 1d70fb4Copy full SHA for 1d70fb4
src/bin/pg_amcheck/t/004_verify_heapam.pl
@@ -45,7 +45,7 @@
45
# offsets within the tuple. We choose a structure without padding on all
46
# supported architectures:
47
#
48
-# a BIGINT
+# a BIGINT
49
# b TEXT
50
# c TEXT
51
@@ -77,7 +77,7 @@
77
# xx xx xx xx xx xx xx xx 'b': xxxxxxxx offset = 32 CCCCCCCC
78
# xx xx xx xx xx xx xx xx 'c': xxxxxxxx offset = 40 CCllLL
79
# xx xx xx xx xx xx xx xx : xxxxxxxx ...continued
80
-# xx xx : xx ...continued
+# xx xx : xx ...continued
81
82
# We could choose to read and write columns 'b' and 'c' in other ways, but
83
# it is convenient enough to do it this way. We define packing code
0 commit comments