mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Mark IsPostmasterEnvironment and IsBackgroundWorker as PGDLLIMPORT.
Per request from Craig Ringer.
This commit is contained in:
parent
dbdfd114f3
commit
273270593f
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Reference in a new issue