pgsql: Remove prohibition against SubLinks in the WHERE clause of an - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove prohibition against SubLinks in the WHERE clause of an
Date
Msg-id 20080817021920.27D6F755315@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve sublink pullup code to handle ANY/EXISTS sublinks that
Next
From: Magnus Hagander
Date:
Subject: Re: pgsql: Make the pg_stat_activity view call a SRF