Обсуждение: pgsql: patternsel() was improperly stripping RelabelType from the

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

pgsql: patternsel() was improperly stripping RelabelType from the

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
patternsel() was improperly stripping RelabelType from the derived
expressions it constructed, causing scalarineqsel to become confused
if the underlying variable was of a domain type.  Per report from
Kevin Grittner.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.169.4.4 -> r1.169.4.5)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.169.4.4&r2=1.169.4.5)