pgsql: Fast shutdown stop should forcibly disconnect any active

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fast shutdown stop should forcibly disconnect any active
Date: 2009-08-07 05:59:42
Message-ID: 20090807055942.B436975331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fast shutdown stop should forcibly disconnect any active backends, even
if a smart shutdown is already in progress. Backpatch to 8.3, this was broken
in the patch that introduced "dead-end backends".

Per report by Itagaki Takahiro, patch by Fujii Masao.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/postmaster:
postmaster.c (r1.583.2.1 -> r1.583.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.583.2.1&r2=1.583.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-08-07 06:00:09 pgsql: Fast shutdown stop should forcibly disconnect any active
Previous Message Heikki Linnakangas 2009-08-07 05:58:55 pgsql: Fast shutdown stop should forcibly disconnect any active