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

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on
Date
Msg-id 20100916203718.F26797541E2@cvs.postgresql.org
Whole thread Raw
List 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:
----
REL9_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.614 -> r1.614.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.614&r2=1.614.2.1)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add some documentation about how we WAL-log filesystem actions.