summaryrefslogtreecommitdiff
path: root/src/backend/access/index/istrat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/index/istrat.c')
-rw-r--r--src/backend/access/index/istrat.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/backend/access/index/istrat.c b/src/backend/access/index/istrat.c
index 48872cdf680..fc7ac6dcb14 100644
--- a/src/backend/access/index/istrat.c
+++ b/src/backend/access/index/istrat.c
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.44 2000/05/30 04:24:32 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/index/Attic/istrat.c,v 1.45 2000/06/08 22:36:51 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -207,6 +207,7 @@ StrategyEvaluationIsValid(StrategyEvaluation evaluation)
#endif
+#ifdef NOT_USED
/* ----------------
* StrategyTermEvaluate
* ----------------
@@ -262,7 +263,7 @@ StrategyTermEvaluate(StrategyTerm term,
return result;
}
-
+#endif
/* ----------------
* RelationGetStrategy
@@ -340,6 +341,7 @@ RelationGetStrategy(Relation relation,
return strategy;
}
+#ifdef NOT_USED
/* ----------------
* RelationInvokeStrategy
* ----------------
@@ -463,6 +465,7 @@ RelationInvokeStrategy(Relation relation,
}
+#endif
/* ----------------
* OperatorRelationFillScanKeyEntry