pgsql: Correct error message for row-level triggers with transition tab

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема pgsql: Correct error message for row-level triggers with transition tab
Дата
Msg-id E1oqtym-000O21-AI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct error message for row-level triggers with transition tables on partitioned tables.

"Triggers on partitioned tables cannot have transition tables." is
incorrect as we allow statement-level triggers on partitioned tables to
have transition tables.

This has been wrong since commit 86f575948; back-patch to v11 where that
commit came in.

Reviewed by Tom Lane.

Discussion: https://postgr.es/m/CAPmGK17gk4vXLzz2iG%2BG4LWRWCoVyam70nZ3OuGm1hMJwDrhcg%40mail.gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/572695bcbcbd887fbf45653138e960831dd71db1

Modified Files
--------------
src/backend/commands/trigger.c         | 2 +-
src/test/regress/expected/triggers.out | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Doc: Improve the description of confirmed_flush_lsn in pg_replic
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^3