mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
HTNegate/HTCommute/HTNegateCommute are not used.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
* only one valid strategy for hash tables: equality.
|
* only one valid strategy for hash tables: equality.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef NOT_USED
|
||||||
static StrategyNumber HTNegate[1] = {
|
static StrategyNumber HTNegate[1] = {
|
||||||
InvalidStrategy
|
InvalidStrategy
|
||||||
};
|
};
|
||||||
@@ -33,7 +34,6 @@ static StrategyNumber HTNegateCommute[1] = {
|
|||||||
InvalidStrategy
|
InvalidStrategy
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef NOT_USED
|
|
||||||
static StrategyEvaluationData HTEvaluationData = {
|
static StrategyEvaluationData HTEvaluationData = {
|
||||||
/* XXX static for simplicity */
|
/* XXX static for simplicity */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user