pgsql: Repair incorrect placement of WHERE clauses when there are

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Repair incorrect placement of WHERE clauses when there are
Date: 2006-12-07 19:33:40
Message-ID: 20061207193340.C00FB9FA0B7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Repair incorrect placement of WHERE clauses when there are multiple,
rearrangeable outer joins and the WHERE clause is non-strict and mentions
only nullable-side relations. New bug in 8.2, caused by new logic to allow
rearranging outer joins. Per bug #2807 from Ross Cohen; thanks to Jeff
Davis for producing a usable test case.

Modified Files:
--------------
pgsql/src/backend/optimizer/plan:
initsplan.c (r1.123 -> r1.124)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/initsplan.c.diff?r1=1.123&r2=1.124)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-12-07 19:33:48 pgsql: Repair incorrect placement of WHERE clauses when there are
Previous Message Tom Lane 2006-12-07 16:15:01 Re: pgsql: Fix planning of SubLinks to ensure that