1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

index strategy cleanup

This commit is contained in:
Bruce Momjian
1998-08-11 19:32:39 +00:00
parent f22c6f9237
commit 024d5f74ba
3 changed files with 5 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: strat.h,v 1.9 1998/02/26 04:40:28 momjian Exp $
* $Id: strat.h,v 1.10 1998/08/11 19:32:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -74,11 +74,7 @@ typedef StrategyEvaluationData *StrategyEvaluation;
#define StrategyTransformMapIsValid(transform) PointerIsValid(transform)
#ifndef CorrectStrategies /* XXX this should be removable */
#define AMStrategies(foo) 12
#else /* !defined(CorrectStrategies) */
#define AMStrategies(foo) (foo)
#endif /* !defined(CorrectStrategies) */
typedef struct StrategyMapData
{