mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Trim spgist_private.h inclusion
It doesn't really need rel.h; relcache.h is enough.
This commit is contained in:
parent
358ff99d70
commit
e20a90e188
@ -19,6 +19,7 @@
|
|||||||
#include "access/spgist_private.h"
|
#include "access/spgist_private.h"
|
||||||
#include "miscadmin.h"
|
#include "miscadmin.h"
|
||||||
#include "storage/bufmgr.h"
|
#include "storage/bufmgr.h"
|
||||||
|
#include "utils/rel.h"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
#include "storage/bufmgr.h"
|
#include "storage/bufmgr.h"
|
||||||
#include "storage/smgr.h"
|
#include "storage/smgr.h"
|
||||||
#include "utils/memutils.h"
|
#include "utils/memutils.h"
|
||||||
|
#include "utils/rel.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
#include "storage/bufmgr.h"
|
#include "storage/bufmgr.h"
|
||||||
#include "utils/datum.h"
|
#include "utils/datum.h"
|
||||||
#include "utils/memutils.h"
|
#include "utils/memutils.h"
|
||||||
|
#include "utils/rel.h"
|
||||||
|
|
||||||
|
|
||||||
typedef void (*storeRes_func) (SpGistScanOpaque so, ItemPointer heapPtr,
|
typedef void (*storeRes_func) (SpGistScanOpaque so, ItemPointer heapPtr,
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
#include "access/itup.h"
|
#include "access/itup.h"
|
||||||
#include "access/spgist.h"
|
#include "access/spgist.h"
|
||||||
#include "nodes/tidbitmap.h"
|
#include "nodes/tidbitmap.h"
|
||||||
#include "utils/rel.h"
|
#include "storage/relfilenode.h"
|
||||||
|
#include "utils/relcache.h"
|
||||||
|
|
||||||
|
|
||||||
/* Page numbers of fixed-location pages */
|
/* Page numbers of fixed-location pages */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user