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

Magnus Hagander <magnus@hagander.net>

Commit: 0af6a873c5c8c33d10e8d7799b056d9dc49f9a3b
Author: Magnus Hagander <magnus@hagander.net>
Date: 2010-09-16T20:37:16Z
Releases: 8.4.5
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.

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +14 −1