From: | Elliot Lee <sopwith(at)redhat(dot)com> |
---|---|
To: | pgsql-patches(at)postgresql(dot)org |
Subject: | Fix disabled triggers with deferred constraints |
Date: | 2002-05-13 19:20:45 |
Message-ID: | Pine.LNX.4.44.0205131511310.25107-200000@devserv.devel.redhat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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 | Content-Type | Size |
---|---|---|
postgresql-7.2.1-deferred_disabled_triggers.patch | text/plain | 494 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-05-14 00:47:08 | Re: Fix disabled triggers with deferred constraints |
Previous Message | Jason Tishler | 2002-05-13 18:03:06 | Cygwin InstallXLogFileSegment() rename() patch |