mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:59:45 -04:00
Mark PostmasterPid as PGDLLIMPORT.
This is so that extensions can use it. Michael Paquier
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user