Re: Fix disabled triggers with deferred constraints - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Fix disabled triggers with deferred constraints
Date
Msg-id 200206140507.g5E57om04338@candle.pha.pa.us
Whole thread Raw
In response to Re: Fix disabled triggers with deferred constraints  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fix disabled triggers with deferred constraints  (Neil Conway <nconway@klamath.dyndns.org>)
List pgsql-patches
Tom Lane wrote:
> 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?

Was there any agreement on this?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: HeapTupleHeader accessor macros
Next
From: Bruce Momjian
Date:
Subject: Re: libpq++ fixes