pgsql: Fast shutdown stop should forcibly disconnect any active - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Fast shutdown stop should forcibly disconnect any active
Date
Msg-id 20090807055855.4074175331E@cvs.postgresql.org
Whole thread Raw
List 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.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        postmaster.c (r1.586 -> r1.587)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c?r1=1.586&r2=1.587)

pgsql-committers by date:

Previous
From: rbt@pgfoundry.org (User Rbt)
Date:
Subject: autodoc - autodoc: Add a manpage for PostgreSQL Autodoc (Tim Retout) It
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fast shutdown stop should forcibly disconnect any active