OSDN Git Service

Avoid terminating the postmaster on a number of "can't happen" cases during
authorMagnus Hagander <magnus@hagander.net>
Thu, 6 Aug 2009 09:50:22 +0000 (09:50 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 6 Aug 2009 09:50:22 +0000 (09:50 +0000)
commit40001705353845ea157ea081355bd0eeedd2673a
treead41b54489a7685059267b15b38b42ac0be642dc
parent6403c35ee66c68168aea2e3b8deb352458d8e392
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.
src/backend/postmaster/postmaster.c