pgsql: make_restrictinfo() failed to attach the specified

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: make_restrictinfo() failed to attach the specified
Дата
Msg-id 20051116170804.125D4DB936@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
make_restrictinfo() failed to attach the specified required_relids to
its result when the clause was an OR clause.  Brain fade exposed by
example from Sebastian B�ck.

Modified Files:
--------------
    pgsql/src/backend/optimizer/util:
        restrictinfo.c (r1.42 -> r1.43)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/util/restrictinfo.c.diff?r1=1.42&r2=1.43)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add batch mode, make new libpq section: < * Add a libpq function
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: make_restrictinfo() failed to attach the specified