Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit901d419

Browse files
committed
Export IsUnderPostmaster on win32.
ITAGAKI Takahiro
1 parent7466eea commit901d419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/miscadmin.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
1414
* Portions Copyright (c) 1994, Regents of the University of California
1515
*
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 $
1717
*
1818
* NOTES
1919
* some of the information in this file should be moved to other files.
@@ -123,7 +123,7 @@ do { \
123123
*/
124124
externpid_tPostmasterPid;
125125
externboolIsPostmasterEnvironment;
126-
externboolIsUnderPostmaster;
126+
externPGDLLIMPORTboolIsUnderPostmaster;
127127

128128
externboolExitOnAnyError;
129129

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp