Re: pgsql: Fix an oversight in join-removal optimization: we have to check - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix an oversight in join-removal optimization: we have to check
Date
Msg-id 22263.1269275880@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Fix an oversight in join-removal optimization: we have to check  (David Fetter <david@fetter.org>)
List pgsql-committers
David Fetter <david@fetter.org> writes:
> On Mon, Mar 22, 2010 at 01:57:16PM +0000, Tom Lane wrote:
>> Log Message:
>> -----------
>> Fix an oversight in join-removal optimization: we have to check not only for
>> plain Vars that are generated in the inner rel and used above the join, but
>> also for PlaceHolderVars.  Per report from Oleg K.

> That's short for Oleg Kolyhalin.  Can we get this into the release
> notes?

We do not normally bother to record alpha bugs in the release notes.

            regards, tom lane

pgsql-committers by date:

Previous
From: David Fetter
Date:
Subject: Re: pgsql: Fix an oversight in join-removal optimization: we have to check
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix regression test breakage from recent change in default name