diff options
Diffstat (limited to 'src/include/access/istrat.h')
-rw-r--r-- | src/include/access/istrat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/istrat.h b/src/include/access/istrat.h index 6f94b8ccc6e..7b88b2f2acd 100644 --- a/src/include/access/istrat.h +++ b/src/include/access/istrat.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: istrat.h,v 1.21 2001/10/25 05:49:55 momjian Exp $ + * $Id: istrat.h,v 1.22 2001/10/28 06:25:59 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -63,4 +63,5 @@ extern void IndexSupportInitialize(IndexStrategy indexStrategy, StrategyNumber maxStrategyNumber, StrategyNumber maxSupportNumber, AttrNumber maxAttributeNumber); + #endif /* ISTRAT_H */ |