Thread: [HACKERS] Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not toterminating at shutdown.

Andres Freund wrote:
> Fix bug that can cause walsender not to terminating at shutdown.
> 
> When backpatching c6c333436 I (Andres Freund) mis-resolved a conflict
> in the 9.4 branch. Unfortunately that leads to walsenders waiting
> forever when shutting down with connected standbys, unless immediate
> mode is used, or the standbys are forced to disconnect by other means.

Hmm, I think we should issue a new 9.4 release with this bug fix.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



On Fri, Aug 25, 2017 at 3:36 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Andres Freund wrote:
>> Fix bug that can cause walsender not to terminating at shutdown.
>>
>> When backpatching c6c333436 I (Andres Freund) mis-resolved a conflict
>> in the 9.4 branch. Unfortunately that leads to walsenders waiting
>> forever when shutting down with connected standbys, unless immediate
>> mode is used, or the standbys are forced to disconnect by other means.
>
> Hmm, I think we should issue a new 9.4 release with this bug fix.

+1.
-- 
Michael