mirror of
https://github.com/postgres/postgres.git
synced 2025-10-19 15:49:24 +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:
1
src/backend/utils/cache/plancache.c
vendored
1
src/backend/utils/cache/plancache.c
vendored
@@ -61,6 +61,7 @@
|
||||
#include "tcop/utility.h"
|
||||
#include "utils/inval.h"
|
||||
#include "utils/memutils.h"
|
||||
#include "utils/resowner_private.h"
|
||||
#include "utils/snapmgr.h"
|
||||
#include "utils/syscache.h"
|
||||
|
||||
|
Reference in New Issue
Block a user