Commit c16d29f9 authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

+ ExecConstraints ()

parent c0784f6d
......@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: executor.h,v 1.9 1997/08/19 21:38:16 momjian Exp $
* $Id: executor.h,v 1.10 1997/08/22 14:39:33 vadim Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -52,6 +52,7 @@ extern HeapTuple ExecRemoveJunk(JunkFilter *junkfilter, TupleTableSlot *slot);
extern TupleDesc ExecutorStart(QueryDesc *queryDesc, EState *estate);
extern TupleTableSlot* ExecutorRun(QueryDesc *queryDesc, EState *estate, int feature, int count);
extern void ExecutorEnd(QueryDesc *queryDesc, EState *estate);
extern HeapTuple ExecConstraints (char *caller, Relation rel, HeapTuple tuple);
/*
* prototypes from functions in execProcnode.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment