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

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating at shutdown.
Date: 2017-08-25 06:36:03
Message-ID: 20170825063603.aqrercbtwidt4ej5@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2017-08-25 08:11:26 Re: Re: [COMMITTERS] pgsql: Fix bug that can cause walsender not to terminating at shutdown.
Previous Message Andres Freund 2017-08-25 00:52:52 pgsql: Fix unlikely shared memory leak after failure in dshash_create()

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2017-08-25 06:48:30 Re: proposal: psql command \graw
Previous Message vinayak 2017-08-25 05:57:59 Re: ECPG: WHENEVER statement with DO CONTINUE action