From 2a8d3d83efeafe7f5d7ba2e56d165f2cc78a7d56 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 7 Nov 2005 17:36:47 +0000 Subject: R-tree is dead ... long live GiST. --- contrib/pg_trgm/trgm_gist.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'contrib/pg_trgm') diff --git a/contrib/pg_trgm/trgm_gist.c b/contrib/pg_trgm/trgm_gist.c index 33ed6d5e1f..9f1c20cf04 100644 --- a/contrib/pg_trgm/trgm_gist.c +++ b/contrib/pg_trgm/trgm_gist.c @@ -2,13 +2,10 @@ #include "access/gist.h" #include "access/itup.h" -#include "access/rtree.h" -#include "utils/elog.h" -#include "utils/palloc.h" +#include "access/tuptoaster.h" +#include "storage/bufpage.h" #include "utils/array.h" #include "utils/builtins.h" -#include "storage/bufpage.h" -#include "access/tuptoaster.h" PG_FUNCTION_INFO_V1(gtrgm_in); Datum gtrgm_in(PG_FUNCTION_ARGS); -- cgit v1.2.1