]> granicus.if.org Git - postgresql/commitdiff
Delete unused and long-dead header file.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Jan 2000 21:13:23 +0000 (21:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 29 Jan 2000 21:13:23 +0000 (21:13 +0000)
src/include/utils/rel2.h [deleted file]

diff --git a/src/include/utils/rel2.h b/src/include/utils/rel2.h
deleted file mode 100644 (file)
index 424b09f..0000000
+++ /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 */