mirror of
https://github.com/postgres/postgres.git
synced 2025-12-07 12:02:30 +03:00
Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.
Author: David Rowley
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user