We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2d5dd75 commit91250f3Copy 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/2605:58:05momjian Exp $
+ * $Id: nodeGroup.h,v 1.14 2000/01/2623:48:05tgl Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -22,7 +22,4 @@ extern intExecCountSlotsGroup(Group *node);
22
externvoidExecEndGroup(Group*node);
23
externvoidExecReScanGroup(Group*node,ExprContext*exprCtxt,Plan*parent);
24
25
-externvoidExecReScanGroup(Group*node,ExprContext*exprCtxt,Plan*parent);
26
-
27
28
#endif/* NODEGROUP_H */