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
b5a47f24
Commit
b5a47f24
authored
Nov 08, 2007
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wording changes
parent
156d6480
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/backend/postmaster/postmaster.c
src/backend/postmaster/postmaster.c
+4
-4
No files found.
src/backend/postmaster/postmaster.c
View file @
b5a47f24
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.54
4 2007/11/05 00:00:34 neilc
Exp $
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.54
5 2007/11/08 14:47:51 petere
Exp $
*
*
* NOTES
* NOTES
*
*
...
@@ -2201,7 +2201,7 @@ reaper(SIGNAL_ARGS)
...
@@ -2201,7 +2201,7 @@ reaper(SIGNAL_ARGS)
WalWriterPID
=
0
;
WalWriterPID
=
0
;
if
(
!
EXIT_STATUS_0
(
exitstatus
))
if
(
!
EXIT_STATUS_0
(
exitstatus
))
HandleChildCrash
(
pid
,
exitstatus
,
HandleChildCrash
(
pid
,
exitstatus
,
_
(
"
wal
writer process"
));
_
(
"
WAL
writer process"
));
continue
;
continue
;
}
}
...
@@ -2492,7 +2492,7 @@ LogChildExit(int lev, const char *procname, int pid, int exitstatus)
...
@@ -2492,7 +2492,7 @@ LogChildExit(int lev, const char *procname, int pid, int exitstatus)
"server process" */
"server process" */
(
errmsg
(
"%s (PID %d) was terminated by exception 0x%X"
,
(
errmsg
(
"%s (PID %d) was terminated by exception 0x%X"
,
procname
,
pid
,
WTERMSIG
(
exitstatus
)),
procname
,
pid
,
WTERMSIG
(
exitstatus
)),
errhint
(
"See C include file
\"
ntstatus.h
\"
for a description of the hex value."
)));
errhint
(
"See C include file
\"
ntstatus.h
\"
for a description of the hex
adecimal
value."
)));
#elif defined(HAVE_DECL_SYS_SIGLIST) && HAVE_DECL_SYS_SIGLIST
#elif defined(HAVE_DECL_SYS_SIGLIST) && HAVE_DECL_SYS_SIGLIST
ereport
(
lev
,
ereport
(
lev
,
...
@@ -4014,7 +4014,7 @@ StartChildProcess(AuxProcType type)
...
@@ -4014,7 +4014,7 @@ StartChildProcess(AuxProcType type)
break
;
break
;
case
WalWriterProcess
:
case
WalWriterProcess
:
ereport
(
LOG
,
ereport
(
LOG
,
(
errmsg
(
"could not fork
wal
writer process: %m"
)));
(
errmsg
(
"could not fork
WAL
writer process: %m"
)));
break
;
break
;
default:
default:
ereport
(
LOG
,
ereport
(
LOG
,
...
...
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