diff options
Diffstat (limited to 'src/include/commands/trigger.h')
-rw-r--r-- | src/include/commands/trigger.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h index c6d5b5413c4..22dac3f5fe3 100644 --- a/src/include/commands/trigger.h +++ b/src/include/commands/trigger.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: trigger.h,v 1.20 2000/05/29 01:59:11 tgl Exp $ + * $Id: trigger.h,v 1.21 2000/06/08 22:37:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -137,9 +137,6 @@ extern void DeferredTriggerAbortXact(void); extern void DeferredTriggerSetState(ConstraintsSetStmt *stmt); -extern void DeferredTriggerSaveEvent(Relation rel, int event, - HeapTuple oldtup, HeapTuple newtup); - /* * in utils/adt/ri_triggers.c |