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

From Elliot Lee
Subject Fix disabled triggers with deferred constraints
Date
Msg-id Pine.LNX.4.44.0205131511310.25107-200000@devserv.devel.redhat.com
Whole thread Raw
Responses Re: Fix disabled triggers with deferred constraints
List pgsql-patches
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.

-- Elliot

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: comment on operator / schema
Next
From: Jason Tishler
Date:
Subject: Cygwin InstallXLogFileSegment() rename() patch