walsender can ignore send failures in WalSndLoop

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Subject: walsender can ignore send failures in WalSndLoop
Date: 2014-02-14 11:13:48
Message-ID: 20140214111348.GJ4910@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

There's a small issue in abfd192b, namely one of the error cases wasn't
changed when WalSndLoop was changed to be able to return.

I don't think this is likely to have any grave consequences, we'll
likely error out soon afterwards again.

Patch attached.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
walsender-dont-ignore-socket-write-failure.patch text/x-patch 412 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitsumasa KONDO 2014-02-14 11:54:14 Re: gaussian distribution pgbench
Previous Message Etsuro Fujita 2014-02-14 11:00:26 Re: inherit support for foreign tables