Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
901d419e
Commit
901d419e
authored
Jan 05, 2009
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export IsUnderPostmaster on win32.
ITAGAKI Takahiro
parent
7466eeac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/miscadmin.h
src/include/miscadmin.h
+2
-2
No files found.
src/include/miscadmin.h
View file @
901d419e
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.20
8 2009/01/03 20:03:08 tgl
Exp $
* $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.20
9 2009/01/05 02:27:45 alvherre
Exp $
*
*
* NOTES
* NOTES
* some of the information in this file should be moved to other files.
* some of the information in this file should be moved to other files.
...
@@ -123,7 +123,7 @@ do { \
...
@@ -123,7 +123,7 @@ do { \
*/
*/
extern
pid_t
PostmasterPid
;
extern
pid_t
PostmasterPid
;
extern
bool
IsPostmasterEnvironment
;
extern
bool
IsPostmasterEnvironment
;
extern
bool
IsUnderPostmaster
;
extern
PGDLLIMPORT
bool
IsUnderPostmaster
;
extern
bool
ExitOnAnyError
;
extern
bool
ExitOnAnyError
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment