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 parent112bd6f commit0f214edCopy full SHA for 0f214ed
src/include/executor/nodeIndexscan.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -24,6 +24,5 @@ extern void ExecIndexRestrPos(IndexScan *node);
24
externvoidExecUpdateIndexScanKeys(IndexScan*node,ExprContext*econtext);
25
externboolExecInitIndexScan(IndexScan*node,EState*estate,Plan*parent);
26
externintExecCountSlotsIndexScan(IndexScan*node);
27
-externvoidExecIndexReScan(IndexScan*node,ExprContext*exprCtxt,Plan*parent);
28
29
#endif/* NODEINDEXSCAN_H */