Обсуждение: pgsql: Avoid terminating the postmaster on a number of "can't happen"

Поиск
Список
Период
Сортировка

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

От
mha@postgresql.org (Magnus Hagander)
Дата:
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)