aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor/executor.h
diff options
context:
space:
mode:
authorVadim B. Mikheev <vadim4o@yahoo.com>1998-02-13 03:46:56 +0000
committerVadim B. Mikheev <vadim4o@yahoo.com>1998-02-13 03:46:56 +0000
commit5d7923dd1cd8fb8804a905a8b61c78c36ed512e6 (patch)
tree9b3f493e0b2901cc303af22796853ea362b39f21 /src/include/executor/executor.h
parent6fcf2d7cb37b039f6a73a0b3935237f437d5d61f (diff)
downloadpostgresql-5d7923dd1cd8fb8804a905a8b61c78c36ed512e6.tar.gz
postgresql-5d7923dd1cd8fb8804a905a8b61c78c36ed512e6.zip
Subselects...
Diffstat (limited to 'src/include/executor/executor.h')
-rw-r--r--src/include/executor/executor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h
index e5251886bc5..6769c5df76c 100644
--- a/src/include/executor/executor.h
+++ b/src/include/executor/executor.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: executor.h,v 1.19 1998/02/10 04:02:19 momjian Exp $
+ * $Id: executor.h,v 1.20 1998/02/13 03:43:33 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -108,6 +108,7 @@ extern void ExecInitOuterTupleSlot(EState *estate, HashJoinState *hashstate);
extern TupleDesc ExecGetTupType(Plan *node);
extern TupleDesc ExecTypeFromTL(List *targetList);
+extern void SetChangedParamList (Plan *node, List *newchg);
/*
* prototypes from functions in execTuples.c