pgsql: Remove redundant setting of pg_attribute.attcompression - Mailing list pgsql-committers

From John Naylor
Subject pgsql: Remove redundant setting of pg_attribute.attcompression
Date
Msg-id E1m9n9k-0007ez-T9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre
Next
From: Etsuro Fujita
Date:
Subject: Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.