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 200208261741.g7QHfLJ13646@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  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Is this resolved?  I think so.

---------------------------------------------------------------------------

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?
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_locks cleanup
Next
From: Tom Lane
Date:
Subject: Re: Fix disabled triggers with deferred constraints