Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
authorMagnus Hagander <magnus@hagander.net>
Thu, 16 Sep 2010 20:37:18 +0000 (20:37 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 29 Sep 2010 14:06:24 +0000 (16:06 +0200)
commit26b01668cbd8bd1ad72b8eaca39f74323e5fbdc0
tree4d8ad743fea0ed93ba0cd273aa1fbff9a5edd53f
parenta2e26a6f888a91da7efd7f59ca5d9b9383f2edd1
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.
src/backend/postmaster/postmaster.c