diff options
Diffstat (limited to 'src/include/access/strat.h')
| -rw-r--r-- | src/include/access/strat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/access/strat.h b/src/include/access/strat.h index 305911ce709..4f47c0e224e 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * strat.h-- + * strat.h * index strategy type definitions * (separated out from original istrat.h to avoid circular refs) * * * Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.11 1998/09/01 04:34:30 momjian Exp $ + * $Id: strat.h,v 1.12 1999/02/13 23:20:58 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -70,7 +70,7 @@ typedef struct StrategyEvaluationData typedef StrategyEvaluationData *StrategyEvaluation; /* - * StrategyTransformMapIsValid -- + * StrategyTransformMapIsValid * Returns true iff strategy transformation map is valid. */ #define StrategyTransformMapIsValid(transform) PointerIsValid(transform) |
