pgsql: Fix error with CREATE PUBLICATION, wal_level=minimal, and new ta

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Fix error with CREATE PUBLICATION, wal_level=minimal, and new ta
Дата
Msg-id E1l5lkO-0004Zx-0o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.

CREATE PUBLICATION has failed spuriously when applied to a permanent
relation created or rewritten in the current transaction.  Make the same
change to another site having the same semantic intent; the second
instance has no user-visible consequences.  Back-patch to v13, where
commit c6b92041d38512a4176ed76ad06f713d2e6c01a8 broke this.

Kyotaro Horiguchi

Discussion: https://postgr.es/m/20210113.160705.2225256954956139776.horikyota.ntt@gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e8e3e67490f593a3669c762b50b2aa3a11208654

Modified Files
--------------
src/backend/catalog/pg_publication.c       |  2 +-
src/backend/optimizer/util/plancat.c       |  3 ++-
src/test/subscription/t/001_rep_changes.pl | 20 +++++++++++++++++++-
3 files changed, 22 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Fix error with CREATE PUBLICATION, wal_level=minimal, and new ta
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Allow GRANTED BY clause in normal GRANT and REVOKE statements