summaryrefslogtreecommitdiff
path: root/contrib/ltree/_ltree_gist.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ltree/_ltree_gist.c')
-rw-r--r--contrib/ltree/_ltree_gist.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/contrib/ltree/_ltree_gist.c b/contrib/ltree/_ltree_gist.c
index 93507158c02..41be68d7ee6 100644
--- a/contrib/ltree/_ltree_gist.c
+++ b/contrib/ltree/_ltree_gist.c
@@ -14,22 +14,11 @@
PG_FUNCTION_INFO_V1(_ltree_compress);
-Datum _ltree_compress(PG_FUNCTION_ARGS);
-
PG_FUNCTION_INFO_V1(_ltree_same);
-Datum _ltree_same(PG_FUNCTION_ARGS);
-
PG_FUNCTION_INFO_V1(_ltree_union);
-Datum _ltree_union(PG_FUNCTION_ARGS);
-
PG_FUNCTION_INFO_V1(_ltree_penalty);
-Datum _ltree_penalty(PG_FUNCTION_ARGS);
-
PG_FUNCTION_INFO_V1(_ltree_picksplit);
-Datum _ltree_picksplit(PG_FUNCTION_ARGS);
-
PG_FUNCTION_INFO_V1(_ltree_consistent);
-Datum _ltree_consistent(PG_FUNCTION_ARGS);
#define GETENTRY(vec,pos) ((ltree_gist *) DatumGetPointer((vec)->vector[(pos)].key))
#define NEXTVAL(x) ( (ltree*)( (char*)(x) + INTALIGN( VARSIZE(x) ) ) )