mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Split resowner.h
This lets files that are mere users of ResourceOwner not automatically include the headers for stuff that is managed by the resowner mechanism.
This commit is contained in:
@ -38,12 +38,14 @@
|
||||
#include "pgstat.h"
|
||||
#include "replication/walsender.h"
|
||||
#include "replication/syncrep.h"
|
||||
#include "storage/fd.h"
|
||||
#include "storage/lmgr.h"
|
||||
#include "storage/predicate.h"
|
||||
#include "storage/proc.h"
|
||||
#include "storage/procarray.h"
|
||||
#include "storage/sinvaladt.h"
|
||||
#include "storage/smgr.h"
|
||||
#include "utils/catcache.h"
|
||||
#include "utils/combocid.h"
|
||||
#include "utils/guc.h"
|
||||
#include "utils/inval.h"
|
||||
|
Reference in New Issue
Block a user