Thread: pgsql: Remove redundant setting of pg_attribute.attcompression

pgsql: Remove redundant setting of pg_attribute.attcompression

From
John Naylor
Date:
Remove redundant setting of pg_attribute.attcompression

Since e6241d8e0, no attribute needs a non-default value of this during
initdb, so let the usual machinery for defaults take care of it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/89404a01b4dadab8231dfa08cab507191c2ac929

Modified Files
--------------
src/backend/catalog/genbki.pl | 1 -
1 file changed, 1 deletion(-)