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

From David Fetter
Subject Re: pgsql: Fix an oversight in join-removal optimization: we have to check
Date
Msg-id 20100322162728.GD26428@fetter.org
Whole thread Raw
In response to pgsql: Fix an oversight in join-removal optimization: we have to check  (tgl@postgresql.org (Tom Lane))
Responses Re: pgsql: Fix an oversight in join-removal optimization: we have to check
List pgsql-committers
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?

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Shorten suffix of automatically created indexes to "_excl" when
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix an oversight in join-removal optimization: we have to check