aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/rel2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/rel2.h')
-rw-r--r--src/include/utils/rel2.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h
index bee0c78b8fb..19873d34e28 100644
--- a/src/include/utils/rel2.h
+++ b/src/include/utils/rel2.h
@@ -1,23 +1,24 @@
/*-------------------------------------------------------------------------
*
* rel2.h--
- *
+ *
*
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: rel2.h,v 1.2 1996/11/04 11:51:25 scrappy Exp $
+ * $Id: rel2.h,v 1.3 1997/09/07 05:02:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
-#ifndef TMP_REL2_H
-#define TMP_REL2_H
+#ifndef TMP_REL2_H
+#define TMP_REL2_H
#include <utils/rel.h>
extern IndexStrategy RelationGetIndexStrategy(Relation relation);
-extern void RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
- RegProcedure *support);
+extern void
+RelationSetIndexSupport(Relation relation, IndexStrategy strategy,
+ RegProcedure * support);
-#endif /* TMP_REL2_H */
+#endif /* TMP_REL2_H */