pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just
От
tgl@postgresql.org (Tom Lane)
Тема
pgsql: Fix AfterTriggerSaveEvent to use a test and elog, not just
Дата
Msg-id
20091027201440.EDAC1753FB7@cvs.postgresql.org
Список
Log Message:
-----------
Fix AfterTriggerSaveEvent to use a test and elog, not just Assert, to check
that it's called within an AfterTriggerBeginQuery/AfterTriggerEndQuery pair.
The RI cascade triggers suppress that overhead on the assumption that they
are always run non-deferred, so it's possible to violate the condition if
someone mistakenly changes pg_trigger to mark such a trigger deferred.
We don't really care about supporting that, but throwing an error instead
of crashing seems desirable. Per report from Marcelo Costa.
Tags:
----
REL8_3_STABLE
Modified Files:
--------------
pgsql/src/backend/commands:
trigger.c (r1.227.2.2 -> r1.227.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/trigger.c?r1=1.227.2.2&r2=1.227.2.3)
В списке pgsql-committers по дате отправления
От: tgl@postgresql.org (Tom Lane)
Дата:
От: tgl@postgresql.org (Tom Lane)
Дата: