1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Subselects...

This commit is contained in:
Vadim B. Mikheev
1998-02-13 03:46:56 +00:00
parent 6fcf2d7cb3
commit 5d7923dd1c
11 changed files with 63 additions and 10 deletions

View File

@ -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