diff options
Diffstat (limited to 'src/include/executor/nodeSubplan.h')
-rw-r--r-- | src/include/executor/nodeSubplan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/executor/nodeSubplan.h b/src/include/executor/nodeSubplan.h index c573cf900df..e025c9de696 100644 --- a/src/include/executor/nodeSubplan.h +++ b/src/include/executor/nodeSubplan.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSubplan.h,v 1.12 2002/12/05 15:50:38 tgl Exp $ + * $Id: nodeSubplan.h,v 1.13 2002/12/12 15:49:40 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ #include "nodes/execnodes.h" -extern SubPlanState *ExecInitSubPlan(SubPlan *node, EState *estate); +extern SubPlanState *ExecInitSubPlan(SubPlanExpr *node, EState *estate); extern Datum ExecSubPlan(SubPlanState *node, List *pvar, ExprContext *econtext, bool *isNull); extern void ExecEndSubPlan(SubPlanState *node); |