pgsql: Remove redundant setting of pg_attribute.attcompression

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant setting of pg_attribute.attcompression
Date: 2021-07-31 11:27:52
Message-ID: E1m9n9k-0007ez-T9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2021-07-31 14:16:14 Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.
Previous Message Andrew Dunstan 2021-07-31 11:16:22 Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre