|
13 | 13 | * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group |
14 | 14 | * Portions Copyright (c) 1994, Regents of the University of California |
15 | 15 | * |
16 | | - * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.208 2009/01/03 20:03:08 tgl Exp $ |
| 16 | + * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.209 2009/01/05 02:27:45 alvherre Exp $ |
17 | 17 | * |
18 | 18 | * NOTES |
19 | 19 | * some of the information in this file should be moved to other files. |
@@ -123,7 +123,7 @@ do { \ |
123 | 123 | */ |
124 | 124 | externpid_tPostmasterPid; |
125 | 125 | externboolIsPostmasterEnvironment; |
126 | | -externboolIsUnderPostmaster; |
| 126 | +externPGDLLIMPORTboolIsUnderPostmaster; |
127 | 127 |
|
128 | 128 | externboolExitOnAnyError; |
129 | 129 |
|
|