pgsql: Remove prohibition against SubLinks in the WHERE clause of an

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove prohibition against SubLinks in the WHERE clause of an
Date: 2008-08-17 02:19:20
Message-ID: 20080817021920.27D6F755315@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove prohibition against SubLinks in the WHERE clause of an EXISTS subquery
that we're considering pulling up. I hadn't wanted to think through whether
that could work during the first pass at this stuff. However, on closer
inspection it seems to be safe enough.

Modified Files:
--------------
pgsql/src/backend/optimizer/plan:
subselect.c (r1.134 -> r1.135)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/subselect.c?r1=1.134&r2=1.135)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-08-17 18:16:51 Re: pgsql: Make the pg_stat_activity view call a SRF
Previous Message Tom Lane 2008-08-17 01:20:00 pgsql: Improve sublink pullup code to handle ANY/EXISTS sublinks that