File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: nodeIndexscan.h,v 1.14 2001/11/05 17:46:33 momjian Exp $
10
+ * $Id: nodeIndexscan.h,v 1.15 2001/11/12 16:34:58 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -24,6 +24,5 @@ extern void ExecIndexRestrPos(IndexScan *node);
24
24
extern void ExecUpdateIndexScanKeys (IndexScan * node , ExprContext * econtext );
25
25
extern bool ExecInitIndexScan (IndexScan * node , EState * estate , Plan * parent );
26
26
extern int ExecCountSlotsIndexScan (IndexScan * node );
27
- extern void ExecIndexReScan (IndexScan * node , ExprContext * exprCtxt , Plan * parent );
28
27
29
28
#endif /* NODEINDEXSCAN_H */
You can’t perform that action at this time.
0 commit comments