diff options
author | Jan Wieck <JanWieck@Yahoo.com> | 2000-01-06 20:47:01 +0000 |
---|---|---|
committer | Jan Wieck <JanWieck@Yahoo.com> | 2000-01-06 20:47:01 +0000 |
commit | b7b6d4bf532512bea7ceb46b6250f9f617948ef4 (patch) | |
tree | f299c2740c569369c60878c1f7c3995fe83048f5 /src/include/utils/builtins.h | |
parent | 88016a564a20276472f02a2fd98ec9fc7d968c4f (diff) |
Changed "triggered data change violation" detection code
in trigger manager.
Jan
Diffstat (limited to 'src/include/utils/builtins.h')
-rw-r--r-- | src/include/utils/builtins.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/builtins.h b/src/include/utils/builtins.h index 4486131d416..eca5f42d33a 100644 --- a/src/include/utils/builtins.h +++ b/src/include/utils/builtins.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: builtins.h,v 1.93 1999/12/28 13:40:52 wieck Exp $ + * $Id: builtins.h,v 1.94 2000/01/06 20:47:01 wieck Exp $ * * NOTES * This should normally only be included by fmgr.h. @@ -623,6 +623,8 @@ float64 numeric_float8(Numeric num); /* ri_triggers.c */ HeapTuple RI_FKey_check_ins(FmgrInfo *proinfo); HeapTuple RI_FKey_check_upd(FmgrInfo *proinfo); +HeapTuple RI_FKey_noaction_del(FmgrInfo *proinfo); +HeapTuple RI_FKey_noaction_upd(FmgrInfo *proinfo); HeapTuple RI_FKey_cascade_del(FmgrInfo *proinfo); HeapTuple RI_FKey_cascade_upd(FmgrInfo *proinfo); HeapTuple RI_FKey_restrict_del(FmgrInfo *proinfo); |