From 5d7923dd1cd8fb8804a905a8b61c78c36ed512e6 Mon Sep 17 00:00:00 2001 From: "Vadim B. Mikheev" Date: Fri, 13 Feb 1998 03:46:56 +0000 Subject: Subselects... --- src/include/executor/executor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/include/executor/executor.h') 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 -- cgit v1.2.3