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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win
Date: 2010-09-29 14:23:30
Message-ID: E1P0xZC-0007a0-JF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.2, since testing shows no issues even though the
"deadman-switch" does not exist in this version.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=26b01668cbd8bd1ad72b8eaca39f74323e5fbdc0

Modified Files
--------------
src/backend/postmaster/postmaster.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-09-29 19:38:44 pgsql: Add/fix caching on some configure checks
Previous Message Peter Eisentraut 2010-09-29 11:00:18 pgsql: Update ecpglib error code listing