aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/giststrat.h20
-rw-r--r--src/include/access/rtstrat.h22
2 files changed, 0 insertions, 42 deletions
diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h
deleted file mode 100644
index c2fc30edf42..00000000000
--- a/src/include/access/giststrat.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * giststrat.h
- * routines defined in access/gist/giststrat.c
- *
- *
- *
- * rtstrat.h,v 1.2 1995/02/12 02:54:51 andrew Exp
- *
- *-------------------------------------------------------------------------
- */
-#ifndef GISTSTRAT_H
-#define GISTSTRAT_H
-
-#include "utils/rel.h"
-
-extern StrategyNumber RelationGetGISTStrategy(Relation r,
- AttrNumber attnum, RegProcedure proc);
-
-#endif /* GISTSTRAT_H */
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h
deleted file mode 100644
index a840eacc5dd..00000000000
--- a/src/include/access/rtstrat.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * rtstrat.h
- * routines defined in access/rtree/rtstrat.c
- *
- *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: rtstrat.h,v 1.13 2001/01/24 19:43:19 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef RTSTRAT_H
-#define RTSTRAT_H
-
-#include "utils/rel.h"
-
-extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum,
- RegProcedure proc);
-
-#endif /* RTSTRAT_H */