Skip to content
Snippets Groups Projects
Commit cac83219 authored by Robert Haas's avatar Robert Haas
Browse files

Mark PostmasterPid as PGDLLIMPORT.

This is so that extensions can use it.

Michael Paquier
parent 370a46fc
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ do { \ ...@@ -143,7 +143,7 @@ do { \
/* /*
* from utils/init/globals.c * from utils/init/globals.c
*/ */
extern pid_t PostmasterPid; extern PGDLLIMPORT pid_t PostmasterPid;
extern bool IsPostmasterEnvironment; extern bool IsPostmasterEnvironment;
extern PGDLLIMPORT bool IsUnderPostmaster; extern PGDLLIMPORT bool IsUnderPostmaster;
extern bool IsBackgroundWorker; extern bool IsBackgroundWorker;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment