summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorAndres Freund2014-08-26 13:25:18 +0000
committerAndres Freund2014-08-26 13:25:18 +0000
commit5569d75d6a82f0d11d26404fceb848ae59869126 (patch)
treebfb25c112667e7dd767b40b920474f8acb685a2b /src/include/miscadmin.h
parent0076f264b6f24854219d49b159602e2042c38ee7 (diff)
Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.
Author: David Rowley
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r--src/include/miscadmin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index c2b786e666e..3807955c8eb 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -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;