mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +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:
@@ -13,7 +13,9 @@
|
||||
#ifndef SNAPMGR_H
|
||||
#define SNAPMGR_H
|
||||
|
||||
#include "fmgr.h"
|
||||
#include "utils/resowner.h"
|
||||
#include "utils/snapshot.h"
|
||||
|
||||
|
||||
extern bool FirstSnapshotSet;
|
||||
|
Reference in New Issue
Block a user