Обсуждение: walsender can ignore send failures in WalSndLoop

Поиск
Список
Период
Сортировка

walsender can ignore send failures in WalSndLoop

От
Andres Freund
Дата:
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

Вложения

Re: walsender can ignore send failures in WalSndLoop

От
Heikki Linnakangas
Дата:
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