Change SQLSTATE for event triggers "wrong context" message When certain event-trigger-only functions are called when not in the wrong context, they were reporting the "feature not supported" SQLSTATE, which is somewhat misleading. Create a new custom error code for such uses instead.
Not backpatched since it may be seen as an undesirable behavioral change. Author: Michael Paquier Discussion: https://www.postgresql.org/message-id/cab7npqq-5nakhqhh_nom7fpep37ncilkwpoj2yxb8tdoggb...@mail.gmail.com Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/73206812cd97436cffd8f331dbb09d38a2728162 Modified Files -------------- src/backend/commands/event_trigger.c | 6 +++--- src/backend/utils/errcodes.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
