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 4dd5ce2 commit 89404a0Copy full SHA for 89404a0
src/backend/catalog/genbki.pl
@@ -905,7 +905,6 @@ sub morph_row_for_pgattr
905
$row->{attbyval} = $type->{typbyval};
906
$row->{attalign} = $type->{typalign};
907
$row->{attstorage} = $type->{typstorage};
908
- $row->{attcompression} = '\0';
909
910
# set attndims if it's an array type
911
$row->{attndims} = $type->{typcategory} eq 'A' ? '1' : '0';
0 commit comments