We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbdfd11 commit 2732705Copy full SHA for 2732705
src/include/miscadmin.h
@@ -144,9 +144,9 @@ do { \
144
* from utils/init/globals.c
145
*/
146
extern PGDLLIMPORT pid_t PostmasterPid;
147
-extern bool IsPostmasterEnvironment;
+extern PGDLLIMPORT bool IsPostmasterEnvironment;
148
extern PGDLLIMPORT bool IsUnderPostmaster;
149
-extern bool IsBackgroundWorker;
+extern PGDLLIMPORT bool IsBackgroundWorker;
150
extern PGDLLIMPORT bool IsBinaryUpgrade;
151
152
extern bool ExitOnAnyError;
0 commit comments