diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-08-31 17:04:31 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2012-09-05 11:06:51 -0300 |
commit | e20a90e1887152f1e0c149a02c50d6bafb2596e5 (patch) | |
tree | 2de955d7fe196324719c2ccf6bc68cb143617bcb /src/include/access/spgist_private.h | |
parent | 358ff99d70a7e75d5a95d1d83676fcdd193c845d (diff) | |
download | postgresql-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.h | 3 |
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 */ |