pgsql: Be a little smarter about qual handling for semi-joins: a qual

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Be a little smarter about qual handling for semi-joins: a qual
Дата
Msg-id 20081025195132.8D46B7545A4@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Be a little smarter about qual handling for semi-joins: a qual that mentions
only the outer side can be pushed down rather than having to be evaluated
at the join.

Modified Files:
--------------
    pgsql/src/backend/optimizer/plan:
        initsplan.c (r1.143 -> r1.144)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/plan/initsplan.c?r1=1.143&r2=1.144)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a heuristic to transformAExprIn() to make it prefer expanding
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Better solution to the IN-list issue: instead of having an