8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c001f0 commit 4a132abCopy full SHA for 4a132ab
src/backend/access/hash/hashstrat.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.8 1997/08/19 21:29:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.9 1997/08/20 02:01:42 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -21,6 +21,7 @@
21
* only one valid strategy for hash tables: equality.
22
23
24
+#ifdef NOT_USED
25
static StrategyNumber HTNegate[1] = {
26
InvalidStrategy
27
};
@@ -33,7 +34,6 @@ static StrategyNumber HTNegateCommute[1] = {
33
34
35
36
-#ifdef NOT_USED
37
static StrategyEvaluationData HTEvaluationData = {
38
/* XXX static for simplicity */
39
0 commit comments