OSDN Git Service

Treat exit code 128 (ERROR_WAIT_NO_CHILDREN) as non-fatal on Win32,
authorMagnus Hagander <magnus@hagander.net>
Thu, 16 Sep 2010 20:37:13 +0000 (20:37 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 16 Sep 2010 20:37:13 +0000 (20:37 +0000)
commit594419e74ad495aa116e08e306416b3a090513c5
tree1d46434d9ac7c11414baa1e94566a3be3029abb9
parentf7270a65b3085752813df3adc9e7b8f292c02a8e
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.
src/backend/postmaster/postmaster.c