diff options
Diffstat (limited to 'src/include/executor/nodeGroup.h')
-rw-r--r-- | src/include/executor/nodeGroup.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index 0c23aa02d33..e56995fecdf 100644 --- a/src/include/executor/nodeGroup.h +++ b/src/include/executor/nodeGroup.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodeGroup.h,v 1.7 1998/09/01 04:35:56 momjian Exp $ + * $Id: nodeGroup.h,v 1.8 1999/01/18 00:10:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,5 +22,8 @@ extern bool ExecInitGroup(Group *node, EState *estate, Plan *parent); extern int ExecCountSlotsGroup(Group *node); extern void ExecEndGroup(Group *node); extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent); +/***S*I***/ +extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent); + #endif /* NODEGROUP_H */ |