diff options
Diffstat (limited to 'src/include/access/strat.h')
-rw-r--r-- | src/include/access/strat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/access/strat.h b/src/include/access/strat.h index 26a59180cc2..9406b88ac3d 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.17 2000/01/26 05:57:51 momjian Exp $ + * $Id: strat.h,v 1.18 2000/04/12 17:16:26 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -35,6 +35,8 @@ typedef struct StrategyTransformMapData * * * + * + * * STRUCTURE */ typedef StrategyTransformMapData *StrategyTransformMap; |