diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-01-26 23:48:05 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-01-26 23:48:05 +0000 |
commit | 91250f3854ad3dbb07097816c03c9c031707d536 (patch) | |
tree | b8732a6d70928296ec1a1b79dfb3aa0cea805ab3 /src | |
parent | 2d5dd7557b0d9da4e765791da19b1f7b830954c1 (diff) | |
download | postgresql-91250f3854ad3dbb07097816c03c9c031707d536.tar.gz postgresql-91250f3854ad3dbb07097816c03c9c031707d536.zip |
Remove duplicate extern declaration.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/executor/nodeGroup.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index 458ae58892a..afe510d5eaf 100644 --- a/src/include/executor/nodeGroup.h +++ b/src/include/executor/nodeGroup.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $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 $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,4 @@ extern int ExecCountSlotsGroup(Group *node); extern void ExecEndGroup(Group *node); extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent); -extern void ExecReScanGroup(Group *node, ExprContext *exprCtxt, Plan *parent); - - #endif /* NODEGROUP_H */ |