Thread: pgsql: Avoid terminating the postmaster on a number of "can't happen"

pgsql: Avoid terminating the postmaster on a number of "can't happen"

From
mha@postgresql.org (Magnus Hagander)
Date:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.585 -> r1.586)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.585&r2=1.586)