From: Tom Lane Date: Wed, 26 Jan 2000 23:48:05 +0000 (+0000) Subject: Remove duplicate extern declaration. X-Git-Tag: REL9_0_0~24054 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=91250f3854ad3dbb07097816c03c9c031707d536;p=pg-rex%2Fsyncrep.git Remove duplicate extern declaration. --- diff --git a/src/include/executor/nodeGroup.h b/src/include/executor/nodeGroup.h index 458ae58892..afe510d5ea 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 */