Re: Fix disabled triggers with deferred constraints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix disabled triggers with deferred constraints
Дата
Msg-id 21558.1021337228@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Fix disabled triggers with deferred constraints  (Elliot Lee <sopwith@redhat.com>)
Ответы Re: Fix disabled triggers with deferred constraints  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Fix disabled triggers with deferred constraints  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Elliot Lee <sopwith@redhat.com> writes:
> About as obscure a bug as you can get - without the patch, disabled
> triggers for deferred constraints get run anyways. The patch is simple and
> works, but the "right" (and more complicated) fix may involve not adding
> the trigger to event->dte_item to begin with.

I remember looking at this issue and not doing anything because I
couldn't decide whether the test for enabled status should occur when
the trigger is queued or when it is executed --- or, perhaps, both?
Is there anything in the standard about it?

            regards, tom lane

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

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Cygwin InstallXLogFileSegment() rename() patch
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: getopt_long patch for pg_dump and psql