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

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid terminating the postmaster on a number of "can't happen"
Date: 2009-08-06 09:50:23
Message-ID: 20090806095023.025E475331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-08-06 10:23:23 Re: [COMMITTERS] pgsql: Use DocBook XSL stylesheets for man page building This switches
Previous Message User Maosen 2009-08-06 07:06:21 pgexternaltable - src: