summaryrefslogtreecommitdiff
path: root/src/include/utils/rel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/rel.h')
-rw-r--r--src/include/utils/rel.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/utils/rel.h b/src/include/utils/rel.h
index cbfa4dfba46..fd846cc73dd 100644
--- a/src/include/utils/rel.h
+++ b/src/include/utils/rel.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel.h,v 1.15 1998/01/15 19:46:37 pgsql Exp $
+ * $Id: rel.h,v 1.16 1998/01/24 22:50:54 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -186,8 +186,7 @@ typedef Relation *RelationPtr;
extern IndexStrategy RelationGetIndexStrategy(Relation relation);
-extern void
-RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
+extern void RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
RegProcedure *support);
#endif /* REL_H */