aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-11-12 16:34:58 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-11-12 16:34:58 +0000
commit0f214edeb137c6edd27b87f21e40f82a7ce2fd1c (patch)
tree586752a1eaf807f68be6cf0ed83197d4cbe1bc71
parent112bd6f06b0b4c556dc23682c98ca107bfca387b (diff)
downloadpostgresql-0f214edeb137c6edd27b87f21e40f82a7ce2fd1c.tar.gz
postgresql-0f214edeb137c6edd27b87f21e40f82a7ce2fd1c.zip
Remove duplicate extern declaration.
-rw-r--r--src/include/executor/nodeIndexscan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/nodeIndexscan.h b/src/include/executor/nodeIndexscan.h
index 1f4fa151a8d..cf360a4223b 100644
--- a/src/include/executor/nodeIndexscan.h
+++ b/src/include/executor/nodeIndexscan.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeIndexscan.h,v 1.14 2001/11/05 17:46:33 momjian Exp $
+ * $Id: nodeIndexscan.h,v 1.15 2001/11/12 16:34:58 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -24,6 +24,5 @@ extern void ExecIndexRestrPos(IndexScan *node);
extern void ExecUpdateIndexScanKeys(IndexScan *node, ExprContext *econtext);
extern bool ExecInitIndexScan(IndexScan *node, EState *estate, Plan *parent);
extern int ExecCountSlotsIndexScan(IndexScan *node);
-extern void ExecIndexReScan(IndexScan *node, ExprContext *exprCtxt, Plan *parent);
#endif /* NODEINDEXSCAN_H */