summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2000-01-29 21:13:23 +0000
committerTom Lane2000-01-29 21:13:23 +0000
commit3a1218dced66b8cd211a9242376101a0b5c392d5 (patch)
tree1c04c266f379e5991f6a4b695612772b5416cc10
parent04103e00f1f0ce12c29954d069e1d4437467f700 (diff)
Delete unused and long-dead header file.
-rw-r--r--src/include/utils/rel2.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h
deleted file mode 100644
index 424b09fa638..00000000000
--- a/src/include/utils/rel2.h
+++ /dev/null
@@ -1,24 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * rel2.h
- *
- *
- *
- * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: rel2.h,v 1.10 2000/01/26 05:58:38 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#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);
-
-#endif /* TMP_REL2_H */