pgsql: Avoid terminating the postmaster on a number of "can't happen" - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Avoid terminating the postmaster on a number of "can't happen"
Date
Msg-id 20090806095023.025E475331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: maosen@pgfoundry.org (User Maosen)
Date:
Subject: pgexternaltable - src:
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve plpgsql's ability to cope with rowtypes containing