summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2009-01-05 02:27:45 +0000
committerAlvaro Herrera2009-01-05 02:27:45 +0000
commit5bab6f226e003060e7aa949efcdf05d5c200947d (patch)
tree174fbe1837eb08f33891af74f7a3f4fef13017c5
parent58fa1c3c9cb272116ef7cc116d378a3cbfc03c93 (diff)
Export IsUnderPostmaster on win32.
ITAGAKI Takahiro
-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 9753d2f71c..465261a284 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -123,7 +123,7 @@ do { \
*/
extern pid_t PostmasterPid;
extern bool IsPostmasterEnvironment;
-extern bool IsUnderPostmaster;
+extern PGDLLIMPORT bool IsUnderPostmaster;
extern bool ExitOnAnyError;