mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Fix whitespace inconsistencies
This commit is contained in:
@@ -45,7 +45,7 @@ use Test::More;
|
|||||||
# offsets within the tuple. We choose a structure without padding on all
|
# offsets within the tuple. We choose a structure without padding on all
|
||||||
# supported architectures:
|
# supported architectures:
|
||||||
#
|
#
|
||||||
# a BIGINT
|
# a BIGINT
|
||||||
# b TEXT
|
# b TEXT
|
||||||
# c 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 '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 'c': xxxxxxxx offset = 40 CCllLL
|
||||||
# xx xx xx xx xx xx xx xx : xxxxxxxx ...continued
|
# 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
|
# 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
|
# it is convenient enough to do it this way. We define packing code
|
||||||
|
Reference in New Issue
Block a user