We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f0bff commit 9ee598eCopy full SHA for 9ee598e
src/backend/postmaster/postmaster.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.192 2000/11/25 20:33:52 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.193 2000/11/27 04:03:20 inoue Exp $
15
16
* NOTES
17
@@ -823,7 +823,7 @@ ServerLoop(void)
823
struct timeval *timeout = NULL;
824
struct timeval timeout_tv;
825
826
- if (CheckPointPID == 0 && checkpointed)
+ if (CheckPointPID == 0 && checkpointed && !FatalError)
827
{
828
time_t now = time(NULL);
829
0 commit comments