projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0076f26
)
Mark IsBinaryUpgrade as PGDLLIMPORT to fix windows builds after a7ae1dc.
author
Andres Freund
<andres@anarazel.de>
Tue, 26 Aug 2014 13:25:18 +0000
(15:25 +0200)
committer
Andres Freund
<andres@anarazel.de>
Tue, 26 Aug 2014 13:25:18 +0000
(15:25 +0200)
Author: David Rowley
src/include/miscadmin.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/miscadmin.h
b/src/include/miscadmin.h
index c2b786e666eb22afa25b423ba83bb80e0d12e453..3807955c8ebb7b654a19e98fd75ed0a81e7d40bc 100644
(file)
--- 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;