From: Alvaro Herrera Date: Mon, 5 Jan 2009 02:27:45 +0000 (+0000) Subject: Export IsUnderPostmaster on win32. X-Git-Tag: recoveryinfrav9~137 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5bab6f226e003060e7aa949efcdf05d5c200947d;p=users%2Fsimon%2Fpostgres.git Export IsUnderPostmaster on win32. ITAGAKI Takahiro --- 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;