1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

Trim spgist_private.h inclusion

It doesn't really need rel.h; relcache.h is enough.
This commit is contained in:
Alvaro Herrera
2012-08-31 17:04:31 -04:00
parent 358ff99d70
commit e20a90e188
4 changed files with 5 additions and 1 deletions

View File

@@ -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 */