1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00

Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.

Author: David Rowley
This commit is contained in:
Andres Freund
2014-08-26 15:25:18 +02:00
parent 0076f264b6
commit 5569d75d6a

View File

@ -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;