Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,

Magnus Hagander <magnus@hagander.net>

Commit: 26b01668cbd8bd1ad72b8eaca39f74323e5fbdc0
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-09-29T14:06:24Z
Releases: 8.3.12
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.

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +13 −0