pgsql: Small correction to previous patch: we shouldn't

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Small correction to previous patch: we shouldn't
Date: 2009-08-24 18:09:54
Message-ID: 20090824180954.E6C0675331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Small correction to previous patch: we shouldn't ReleasePostmasterChildSlot
for a dead_end child, because we didn't AssignPostmasterChildSlot.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/postmaster:
postmaster.c (r1.583.2.4 -> r1.583.2.5)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.583.2.4&r2=1.583.2.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-08-24 20:08:32 pgsql: Try to make silent_mode behave somewhat reasonably.
Previous Message Tom Lane 2009-08-24 18:09:37 pgsql: Small correction to previous patch: we shouldn't