mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.
Per request from Craig Ringer.
This commit is contained in:
@ -144,9 +144,9 @@ do { \
|
||||
* from utils/init/globals.c
|
||||
*/
|
||||
extern PGDLLIMPORT pid_t PostmasterPid;
|
||||
extern bool IsPostmasterEnvironment;
|
||||
extern PGDLLIMPORT bool IsPostmasterEnvironment;
|
||||
extern PGDLLIMPORT bool IsUnderPostmaster;
|
||||
extern bool IsBackgroundWorker;
|
||||
extern PGDLLIMPORT bool IsBackgroundWorker;
|
||||
extern PGDLLIMPORT bool IsBinaryUpgrade;
|
||||
|
||||
extern bool ExitOnAnyError;
|
||||
|
Reference in New Issue
Block a user