diff options
author | Alvaro Herrera | 2009-01-05 02:27:45 +0000 |
---|---|---|
committer | Alvaro Herrera | 2009-01-05 02:27:45 +0000 |
commit | 5bab6f226e003060e7aa949efcdf05d5c200947d (patch) | |
tree | 174fbe1837eb08f33891af74f7a3f4fef13017c5 | |
parent | 58fa1c3c9cb272116ef7cc116d378a3cbfc03c93 (diff) |
Export IsUnderPostmaster on win32.
ITAGAKI Takahiro
-rw-r--r-- | src/include/miscadmin.h | 2 |
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; |