Skip to content

Commit 4acf890

Browse files
Jan WieckJan Wieck
authored andcommitted
Removed special hack causing ON UPDATE NO ACTION trigger to
be suppressed. Jan
1 parent a64d3bc commit 4acf890

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/backend/commands/trigger.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.58 2000/02/04 23:45:04 wieck Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/trigger.c,v 1.59 2000/02/06 10:19:45 wieck Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1825,11 +1825,6 @@ DeferredTriggerSaveEvent(Relation rel, int event,
18251825
switch (triggers[i]->tgfoid)
18261826
{
18271827
case F_RI_FKEY_NOACTION_UPD:
1828-
is_ri_trigger = true;
1829-
new_event->dte_item[i].dti_state |=
1830-
TRIGGER_DEFERRED_DONE;
1831-
break;
1832-
18331828
case F_RI_FKEY_CASCADE_UPD:
18341829
case F_RI_FKEY_RESTRICT_UPD:
18351830
case F_RI_FKEY_SETNULL_UPD:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy