pgsql: Remove redundant setting of pg_attribute.attcompression

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Remove redundant setting of pg_attribute.attcompression
Дата
Msg-id E1m9n9k-0007ez-T9@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Enable TAP tests of pg_receivewal for ZLIB on Windows, take thre
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: pgsql: postgres_fdw: Fix handling of pending asynchronous requests.