Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5dd75 commit 91250f3Copy full SHA for 91250f3
src/include/executor/nodeGroup.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $Id: nodeGroup.h,v 1.13 2000/01/26 05:58:05 momjian Exp $
+ * $Id: nodeGroup.h,v 1.14 2000/01/26 23:48:05 tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -22,7 +22,4 @@ extern int ExecCountSlotsGroup(Group *node);
22
extern void ExecEndGroup(Group *node);
23
extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);
24
25
-extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent);
26
-
27
28
#endif /* NODEGROUP_H */
0 commit comments