pgsql: WAL receiver shouldn't try to send a reply when dying.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: WAL receiver shouldn't try to send a reply when dying.
Date: 2011-02-16 15:27:40
Message-ID: E1PpjI4-00075O-QK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

WAL receiver shouldn't try to send a reply when dying.

Per report from, and discussion with, Fujii Masao.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3a087369c0ea858e56c8af5072de91778a644383

Modified Files
--------------
src/backend/replication/walreceiver.c | 20 +++++++++++++-------
1 files changed, 13 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2011-02-16 17:08:02 pgsql: Cleanup ClusterInfo initialization in pg_upgrade
Previous Message Tom Lane 2011-02-16 06:53:15 pgsql: Add FOREACH IN ARRAY looping to plpgsql.