aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/giststrat.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-26 23:04:07 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-26 23:04:07 +0000
commitbfc308d196b2e39bbd149a383de4c710a3a6e5f9 (patch)
tree768b93965bb43667e7bd21bd9dc5abb16ad49269 /src/backend/access/giststrat.h
parent491b9b89c42ceab56cf2daec11a61adedd9f7180 (diff)
downloadpostgresql-bfc308d196b2e39bbd149a383de4c710a3a6e5f9.tar.gz
postgresql-bfc308d196b2e39bbd149a383de4c710a3a6e5f9.zip
Damn, we really need to clean up this "include file" dilemna...
include files *everywhere* ;(
Diffstat (limited to 'src/backend/access/giststrat.h')
-rw-r--r--src/backend/access/giststrat.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/backend/access/giststrat.h b/src/backend/access/giststrat.h
new file mode 100644
index 00000000000..e8595c8850a
--- /dev/null
+++ b/src/backend/access/giststrat.h
@@ -0,0 +1,14 @@
+/*-------------------------------------------------------------------------
+ *
+ * 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
+
+#endif /* GISTSTRAT_H */