mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Mark PostmasterPid as PGDLLIMPORT.
This is so that extensions can use it. Michael Paquier
This commit is contained in:
parent
370a46fc01
commit
cac8321970
@ -143,7 +143,7 @@ do { \
|
||||
/*
|
||||
* from utils/init/globals.c
|
||||
*/
|
||||
extern pid_t PostmasterPid;
|
||||
extern PGDLLIMPORT pid_t PostmasterPid;
|
||||
extern bool IsPostmasterEnvironment;
|
||||
extern PGDLLIMPORT bool IsUnderPostmaster;
|
||||
extern bool IsBackgroundWorker;
|
||||
|
Loading…
Reference in New Issue
Block a user