*
*
* IDENTIFICATION
- * $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 $
*
* NOTES
*
struct timeval *timeout = NULL;
struct timeval timeout_tv;
- if (CheckPointPID == 0 && checkpointed)
+ if (CheckPointPID == 0 && checkpointed && !FatalError)
{
time_t now = time(NULL);