disabled, deferred triggers

Поиск
Список
Период
Сортировка
От Neil Conway
Тема disabled, deferred triggers
Дата
Msg-id 1040324633.356.146.camel@tokyo
обсуждение исходный текст
Ответы Re: disabled, deferred triggers  (Neil Conway <neilc@samurai.com>)
Re: disabled, deferred triggers  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
This trivial patch implements disabled, deferred triggers, per my
proposal on -hackers a couple days ago. The 'tgenabled' status of the
trigger is consulted when the trigger is added to the deferred queue
(i.e. when the event occurs that fires the trigger), not when the
deferred event is executed.

No regression tests, as another bug prevents them (the pg_trigger row
for a trigger is only loaded once per session, so any changes to it are
not noticed unless the client disconnects and reconnects).

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: max_fsm_pages increased to 1000 by default
Следующее
От: Neil Conway
Дата:
Сообщение: Re: disabled, deferred triggers