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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove prohibition against SubLinks in the WHERE clause of an
Дата
Msg-id 20080817021920.27D6F755315@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve sublink pullup code to handle ANY/EXISTS sublinks that
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: Make the pg_stat_activity view call a SRF