diff options
Diffstat (limited to 'src/include/access/strat.h')
| -rw-r--r-- | src/include/access/strat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/strat.h b/src/include/access/strat.h index 7c376ac37c2..9470c5664fc 100644 --- a/src/include/access/strat.h +++ b/src/include/access/strat.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: strat.h,v 1.23 2001/10/25 05:49:55 momjian Exp $ + * $Id: strat.h,v 1.24 2001/10/28 06:25:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -86,4 +86,5 @@ typedef struct IndexStrategyData } IndexStrategyData; /* VARIABLE LENGTH STRUCTURE */ typedef IndexStrategyData *IndexStrategy; + #endif /* STRAT_H */ |
