Re: Re: [COMMITTERS] pgsql: Fix EquivalenceClass processing for nested append relations. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [COMMITTERS] pgsql: Fix EquivalenceClass processing for nested append relations.
Date
Msg-id 29076.1396039012@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Fix EquivalenceClass processing for nested append relations.  (David Fetter <david@fetter.org>)
List pgsql-hackers
David Fetter <david@fetter.org> writes:
> On Fri, Mar 28, 2014 at 03:50:10PM +0000, Tom Lane wrote:
>> Fix EquivalenceClass processing for nested append relations.

> If this is a bug fix, shouldn't it be back-patched?

It's a planner improvement; it's not a bug fix in the sense that previous
plans were wrong.  We tend to err on the side of not back-patching such
changes ... some people complain when minor updates cause plan choices to
change under them.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Something flaky in the "relfilenode mapping" infrastructure
Next
From: Tom Lane
Date:
Subject: Re: Something flaky in the "relfilenode mapping" infrastructure