summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r--src/include/access/gist.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index 22dd04c1418..c6dcd6a90dd 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -17,7 +17,6 @@
#define GIST_H
#include "access/itup.h"
-#include "access/stratnum.h"
#include "access/transam.h"
#include "access/xlog.h"
#include "access/xlogdefs.h"
@@ -39,8 +38,7 @@
#define GIST_FETCH_PROC 9
#define GIST_OPTIONS_PROC 10
#define GIST_SORTSUPPORT_PROC 11
-#define GIST_STRATNUM_PROC 12
-#define GISTNProcs 12
+#define GISTNProcs 11
/*
* Page opaque data in a GiST index page.
@@ -247,6 +245,4 @@ typedef struct
do { (e).key = (k); (e).rel = (r); (e).page = (pg); \
(e).offset = (o); (e).leafkey = (l); } while (0)
-extern StrategyNumber GistTranslateStratnum(Oid opclass, StrategyNumber strat);
-
#endif /* GIST_H */