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

Lists: pgsql-committers
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
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(-)