Обсуждение: pgsql: make_restrictinfo() failed to attach the specified

Поиск
Список
Период
Сортировка

pgsql: make_restrictinfo() failed to attach the specified

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)