pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving
Дата
Msg-id 20060213162229.E71C69DCC29@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix qual_is_pushdown_safe to not try to push down quals involving a whole-row
Var referencing the subselect output.  While this case could possibly be made
to work, it seems not worth expending effort on.  Per report from Magnus
Naeslund(f).

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        allpaths.c (r1.137.2.1 -> r1.137.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/allpaths.c.diff?r1=1.137.2.1&r2=1.137.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix qual_is_pushdown_safe to not try to push down quals involving