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:18:41 +0000 (16:18 +0200)
commit9c2ba6ad09aba37409c7535910e79425773fe568
treefc86184732a06f0eb96cb64a669b59502fbdc94f
parent2c875a1deaba78d04e749397b630073d7723c476
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