mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.
Per request from Craig Ringer.
This commit is contained in:
parent
dbdfd114f3
commit
273270593f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user