Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7466eea commit 901d419Copy full SHA for 901d419
src/include/miscadmin.h
@@ -13,7 +13,7 @@
13
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
14
* Portions Copyright (c) 1994, Regents of the University of California
15
*
16
- * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.208 2009/01/03 20:03:08 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.209 2009/01/05 02:27:45 alvherre Exp $
17
18
* NOTES
19
* some of the information in this file should be moved to other files.
@@ -123,7 +123,7 @@ do { \
123
*/
124
extern pid_t PostmasterPid;
125
extern bool IsPostmasterEnvironment;
126
-extern bool IsUnderPostmaster;
+extern PGDLLIMPORT bool IsUnderPostmaster;
127
128
extern bool ExitOnAnyError;
129
0 commit comments