Skip to content

Commit 9ee598e

Browse files
author
Hiroshi Inoue
committed
Not invoke CheckPoint process while postmaster is waiting for all backends
to die.
1 parent c6f0bff commit 9ee598e

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
struct timeval *timeout = NULL;
824824
struct timeval timeout_tv;
825825

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy