Re: Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating at shutdown.

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating at shutdown.
Date: 2017-08-25 08:11:26
Message-ID: CAB7nPqTiy66NhUGAxgnckiKO4zEiawaH+xkQ_0g1vJJ9_=NW6A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Aug 25, 2017 at 3:36 PM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-08-25 13:05:32 pgsql: Code review for pushing LIMIT through subqueries.
Previous Message Alvaro Herrera 2017-08-25 06:36:03 Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating at shutdown.

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2017-08-25 08:13:16 Re: ECPG: WHENEVER statement with DO CONTINUE action
Previous Message Christoph Berg 2017-08-25 08:00:35 Re: obsolete code in pg_upgrade