pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for
Дата
Msg-id 20080519041433.8F037754C54@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per
example from Rod Taylor.  On reflection the correct test here is for any
polymorphic type, not specifically ANYARRAY as in the original coding.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablecmds.c (r1.242.2.2 -> r1.242.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.242.2.2&r2=1.242.2.3)
    pgsql/src/backend/utils/adt:
        ri_triggers.c (r1.103.2.1 -> r1.103.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ri_triggers.c?r1=1.103.2.1&r2=1.103.2.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for
Следующее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: bug fix in datetime.c, out-of-range time_t