Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1d70fb4

Browse files
committed
Fix whitespace inconsistencies
1 parent 63932a6 commit 1d70fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_amcheck/t/004_verify_heapam.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# offsets within the tuple. We choose a structure without padding on all
4646
# supported architectures:
4747
#
48-
# a BIGINT
48+
# a BIGINT
4949
# b TEXT
5050
# c TEXT
5151
#
@@ -77,7 +77,7 @@
7777
# xx xx xx xx xx xx xx xx 'b': xxxxxxxx offset = 32 CCCCCCCC
7878
# xx xx xx xx xx xx xx xx 'c': xxxxxxxx offset = 40 CCllLL
7979
# xx xx xx xx xx xx xx xx : xxxxxxxx ...continued
80-
# xx xx : xx ...continued
80+
# xx xx : xx ...continued
8181
#
8282
# We could choose to read and write columns 'b' and 'c' in other ways, but
8383
# it is convenient enough to do it this way. We define packing code

0 commit comments

Comments
 (0)