diff options
Diffstat (limited to 'src/include/utils/rel2.h')
-rw-r--r-- | src/include/utils/rel2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h index 19873d34e28..0f750f47ff9 100644 --- a/src/include/utils/rel2.h +++ b/src/include/utils/rel2.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rel2.h,v 1.3 1997/09/07 05:02:58 momjian Exp $ + * $Id: rel2.h,v 1.4 1997/09/08 21:55:16 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -19,6 +19,6 @@ extern IndexStrategy RelationGetIndexStrategy(Relation relation); extern void RelationSetIndexSupport(Relation relation, IndexStrategy strategy, - RegProcedure * support); + RegProcedure *support); #endif /* TMP_REL2_H */ |