mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Trim spgist_private.h inclusion
It doesn't really need rel.h; relcache.h is enough.
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
#include "storage/bufmgr.h"
|
||||
#include "storage/smgr.h"
|
||||
#include "utils/memutils.h"
|
||||
#include "utils/rel.h"
|
||||
|
||||
|
||||
typedef struct
|
||||
|
Reference in New Issue
Block a user