Re: pgsql: Fix crash bug in RestoreSnapshot. - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix crash bug in RestoreSnapshot.
Date
Msg-id 19193.1467384184@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix crash bug in RestoreSnapshot.  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: pgsql: Fix crash bug in RestoreSnapshot.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-committers
Simon Riggs <simon@2ndquadrant.com> writes:
> On 1 July 2016 at 16:04, Robert Haas <robertmhaas@gmail.com> wrote:
>> Because that's where the code was added.  In 9.5, it would only matter
>> for extensions using the ParallelContext machinery.

> It seems strange to me to make an unnecessary change to a production
> release, that's all.
> My understanding was that we backpatched only as far as a bug occurs,
> rather than as far as patch can be applied.

I think Robert is saying that the problem *is* reachable in 9.5, given
a suitable extension.  In that case fixing it is appropriate, whether
or not we know of such an extension today.

            regards, tom lane


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Fix crash bug in RestoreSnapshot.
Next
From: Robert Haas
Date:
Subject: pgsql: postgres_fdw: Fix cache lookup failure while creating error cont