Commit 5569d75d authored by Andres Freund's avatar Andres Freund

Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dcf.

Author: David Rowley
parent 0076f264
......@@ -134,7 +134,7 @@ extern pid_t PostmasterPid;
extern bool IsPostmasterEnvironment;
extern PGDLLIMPORT bool IsUnderPostmaster;
extern bool IsBackgroundWorker;
extern bool IsBinaryUpgrade;
extern PGDLLIMPORT bool IsBinaryUpgrade;
extern bool ExitOnAnyError;
......
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