Skip to content

Commit c16d29f

Browse files
committed
+ ExecConstraints ()
1 parent c0784f6 commit c16d29f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/executor/executor.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: executor.h,v 1.9 1997/08/19 21:38:16 momjian Exp $
9+
* $Id: executor.h,v 1.10 1997/08/22 14:39:33 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -52,6 +52,7 @@ extern HeapTuple ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot);
5252
extern TupleDesc ExecutorStart(QueryDesc *queryDesc, EState *estate);
5353
extern TupleTableSlot* ExecutorRun(QueryDesc *queryDesc, EState *estate, int feature, int count);
5454
extern void ExecutorEnd(QueryDesc *queryDesc, EState *estate);
55+
extern HeapTuple ExecConstraints (char *caller, Relation rel, HeapTuple tuple);
5556

5657
/*
5758
* prototypes from functions in execProcnode.c

0 commit comments

Comments
 (0)