Avoid terminating the postmaster on a number of "can't happen" cases during

Magnus Hagander <magnus@hagander.net>

Commit: 40001705353845ea157ea081355bd0eeedd2673a
Author: Magnus Hagander <magnus@hagander.net>
Date: 2009-08-06T09:50:22Z
Releases: 9.0.0
Avoid terminating the postmaster on a number of "can't happen" cases during
backend startup on Win32. Instead, log the error and just forget about
the potentially dangling process, since we can't do anything about it anyway.

Files

PathChange+/−
src/backend/postmaster/postmaster.c modified +26 −15