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)
commit5e1343609ade5a63f3cf2e1bbacad56136877f6c
treed2786041084286767bbd1083345a6dd24eadfec0
parent43c91267413d95a9a6205dfc0876a832523c95cb
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