Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5569d75

Browse files
committed
Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.
Author: David Rowley
1 parent 0076f26 commit 5569d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/miscadmin.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ extern pid_t PostmasterPid;
134134
extern bool IsPostmasterEnvironment;
135135
extern PGDLLIMPORT bool IsUnderPostmaster;
136136
extern bool IsBackgroundWorker;
137-
extern bool IsBinaryUpgrade;
137+
extern PGDLLIMPORT bool IsBinaryUpgrade;
138138

139139
extern bool ExitOnAnyError;
140140

0 commit comments

Comments
 (0)