Thread: walsender can ignore send failures in WalSndLoop

walsender can ignore send failures in WalSndLoop

From
Andres Freund
Date:
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

Re: walsender can ignore send failures in WalSndLoop

From
Heikki Linnakangas
Date:
On 02/14/2014 01:13 PM, Andres Freund wrote:
> 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.

Fixed, thanks!

- Heikki