1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +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

@@ -21,6 +21,7 @@
#include "storage/bufmgr.h"
#include "utils/datum.h"
#include "utils/memutils.h"
#include "utils/rel.h"
typedef void (*storeRes_func) (SpGistScanOpaque so, ItemPointer heapPtr,