From 46785776c42143af8f5433bb580ff13f2a9f65e1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 8 Aug 2003 21:42:59 +0000 Subject: Another pgindent run with updated typedefs. --- src/include/executor/nodeSubplan.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/include/executor/nodeSubplan.h') diff --git a/src/include/executor/nodeSubplan.h b/src/include/executor/nodeSubplan.h index e56a384846c..00538a39c58 100644 --- a/src/include/executor/nodeSubplan.h +++ b/src/include/executor/nodeSubplan.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: nodeSubplan.h,v 1.17 2003/08/04 02:40:13 momjian Exp $ + * $Id: nodeSubplan.h,v 1.18 2003/08/08 21:42:45 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,13 +16,13 @@ #include "nodes/execnodes.h" -extern void ExecInitSubPlan(SubPlanState * node, EState *estate); -extern Datum ExecSubPlan(SubPlanState * node, +extern void ExecInitSubPlan(SubPlanState *node, EState *estate); +extern Datum ExecSubPlan(SubPlanState *node, ExprContext *econtext, bool *isNull); -extern void ExecEndSubPlan(SubPlanState * node); -extern void ExecReScanSetParamPlan(SubPlanState * node, PlanState * parent); +extern void ExecEndSubPlan(SubPlanState *node); +extern void ExecReScanSetParamPlan(SubPlanState *node, PlanState *parent); -extern void ExecSetParamPlan(SubPlanState * node, ExprContext *econtext); +extern void ExecSetParamPlan(SubPlanState *node, ExprContext *econtext); #endif /* NODESUBPLAN_H */ -- cgit v1.2.3