aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/spgist_private.h
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2012-08-31 17:04:31 -0400
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2012-09-05 11:06:51 -0300
commite20a90e1887152f1e0c149a02c50d6bafb2596e5 (patch)
tree2de955d7fe196324719c2ccf6bc68cb143617bcb /src/include/access/spgist_private.h
parent358ff99d70a7e75d5a95d1d83676fcdd193c845d (diff)
downloadpostgresql-e20a90e1887152f1e0c149a02c50d6bafb2596e5.tar.gz
postgresql-e20a90e1887152f1e0c149a02c50d6bafb2596e5.zip
Trim spgist_private.h inclusion
It doesn't really need rel.h; relcache.h is enough.
Diffstat (limited to 'src/include/access/spgist_private.h')
-rw-r--r--src/include/access/spgist_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/access/spgist_private.h b/src/include/access/spgist_private.h
index b5bc45121aa..edce9854c28 100644
--- a/src/include/access/spgist_private.h
+++ b/src/include/access/spgist_private.h
@@ -17,7 +17,8 @@
#include "access/itup.h"
#include "access/spgist.h"
#include "nodes/tidbitmap.h"
-#include "utils/rel.h"
+#include "storage/relfilenode.h"
+#include "utils/relcache.h"
/* Page numbers of fixed-location pages */