Commit cac83219 authored by Robert Haas's avatar Robert Haas

Mark PostmasterPid as PGDLLIMPORT.

This is so that extensions can use it.

Michael Paquier
parent 370a46fc
......@@ -143,7 +143,7 @@ do { \
/*
* from utils/init/globals.c
*/
extern pid_t PostmasterPid;
extern PGDLLIMPORT pid_t PostmasterPid;
extern bool IsPostmasterEnvironment;
extern PGDLLIMPORT bool IsUnderPostmaster;
extern bool IsBackgroundWorker;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment