Re: pgsql: Reset master xmin when hot_standby_feedback disabled.

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Simon Riggs <simon(at)2ndQuadrant(dot)com>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Reset master xmin when hot_standby_feedback disabled.
Date: 2014-05-28 22:44:21
Message-ID: 20140528224421.GF27914@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2014-05-28 23:39:56 +0100, Simon Riggs wrote:
> On 28 May 2014 23:36, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
>
> > On 2013-02-04 10:35:31 +0000, Simon Riggs wrote:
> >> Reset master xmin when hot_standby_feedback disabled.
> >> If walsender has xmin of standby then ensure we
> >> reset the value to 0 when we change from hot_standby_feedback=on
> >> to hot_standby_feedback=off.
> >
> > Unless somebody protests I'd like to backpatch this change to 9.2 and
> > 9.1. This imo is a bugfix, not a new feature. What currently happens <
> > 9.3 when hot_standby_feedback is disabled after being enabled is that
> > the walsender's xmin horizon doesn't increase until disconnected. That's
> > pretty hard to diagnose and can cause severe problems.
>
> Good thought. I'll backpatch.

Cool. Happy to escape my first backpatch for a little while longer :)!

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-28 22:52:22 Re: pgsql: Fix bogus %name-prefix option syntax in all our Bison files.
Previous Message Simon Riggs 2014-05-28 22:39:56 Re: pgsql: Reset master xmin when hot_standby_feedback disabled.