pgsql: patternsel() was improperly stripping RelabelType from the

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: patternsel() was improperly stripping RelabelType from the
Дата
Msg-id 20050601170525.AC7655281C@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: patternsel() was improperly stripping RelabelType from the
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Fix log_statement to properly recognize SELECT INTO and CREATE