pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on
Date: 2010-09-16 20:37:16
Message-ID: 20100916203716.479C77541E2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
since it can happen when a process fails to start when the system
is under high load.

Per several bug reports and many peoples investigation.

Back-patch to 8.4, which is as far back as the "deadman-switch"
for shared memory access exists.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/postmaster:
postmaster.c (r1.583.2.7 -> r1.583.2.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.583.2.7&r2=1.583.2.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-09-16 20:37:18 pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on
Previous Message Magnus Hagander 2010-09-16 20:37:13 pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on