aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-06-08 22:38:00 +0000
committerBruce Momjian <bruce@momjian.us>2000-06-08 22:38:00 +0000
commit20ad43b576d9360b0e9ce9bd868c989443cf9d36 (patch)
tree6cdf8d6fb7e1e229158000234ff32a426447a53f /src/include/executor
parent5690933d6c14a706b52edf76c71cbf5660b110e1 (diff)
downloadpostgresql-20ad43b576d9360b0e9ce9bd868c989443cf9d36.tar.gz
postgresql-20ad43b576d9360b0e9ce9bd868c989443cf9d36.zip
Mark functions as static and ifdef NOT_USED as appropriate.
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/nodeTidscan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/executor/nodeTidscan.h b/src/include/executor/nodeTidscan.h
index 58f18e4b8f4..5cefac6666f 100644
--- a/src/include/executor/nodeTidscan.h
+++ b/src/include/executor/nodeTidscan.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeTidscan.h,v 1.3 2000/04/12 17:16:33 momjian Exp $
+ * $Id: nodeTidscan.h,v 1.4 2000/06/08 22:37:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -20,7 +20,6 @@ extern TupleTableSlot *ExecTidScan(TidScan *node);
extern void ExecTidReScan(TidScan *node, ExprContext *exprCtxt, Plan *parent);
extern void ExecEndTidScan(TidScan *node);
extern void ExecTidMarkPos(TidScan *node);
-extern void ExecTidRestrPos(TidScan *node);
extern bool ExecInitTidScan(TidScan *node, EState *estate, Plan *parent);
extern int ExecCountSlotsTidScan(TidScan *node);
extern void ExecTidReScan(TidScan *node, ExprContext *exprCtxt, Plan *parent);