pgsql: Fix brain fade in join-removal patch: a pushed-down clause in the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix brain fade in join-removal patch: a pushed-down clause in the
Date: 2009-12-25 17:11:32
Message-ID: 20091225171132.E2DFF753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix brain fade in join-removal patch: a pushed-down clause in the outer join's
restrict list is not just something to ignore, it's actually grounds to
abandon the optimization entirely. Per bug #5255 from Matteo Beccati.

Modified Files:
--------------
pgsql/src/backend/optimizer/path:
joinpath.c (r1.126 -> r1.127)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinpath.c?r1=1.126&r2=1.127)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2009-12-26 13:14:24 psqlodbc - psqlodbc: Prep release 08.04.0200
Previous Message Robert Haas 2009-12-25 01:09:31 pgsql: Add missing <indexterm><primary>...</primary>...</indexterm> tags