pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
Дата
Msg-id 20050524180231.911AE528AD@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Previous fix for "x FULL JOIN y ON true" failed to handle the case
where there was also a WHERE-clause restriction that applied to the
join.  The check on restrictlist == NIL is really unnecessary anyway,
because select_mergejoin_clauses already checked for and complained
about any unmergejoinable join clauses.  So just take it out.

Modified Files:
--------------
    pgsql/src/backend/optimizer/path:
        joinpath.c (r1.93 -> r1.94)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/path/joinpath.c.diff?r1=1.93&r2=1.94)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix PL makefiles to support running regression tests in VPATH
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the