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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user