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

Commit9ee598e

Browse files
author
Hiroshi Inoue
committed
Not invoke CheckPoint process while postmaster is waiting for all backends
to die.
1 parentc6f0bff commit9ee598e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.192 2000/11/25 20:33:52 tgl Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.193 2000/11/27 04:03:20 inoue Exp $
1515
*
1616
* NOTES
1717
*
@@ -823,7 +823,7 @@ ServerLoop(void)
823823
structtimeval*timeout=NULL;
824824
structtimevaltimeout_tv;
825825

826-
if (CheckPointPID==0&&checkpointed)
826+
if (CheckPointPID==0&&checkpointed&& !FatalError)
827827
{
828828
time_tnow=time(NULL);
829829

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp