pgsql: Allow binary-coercible cases in ri_HashCompareOp; there are some

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Allow binary-coercible cases in ri_HashCompareOp; there are some
Дата
Msg-id 20091105043829.A7EE6753FB7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allow binary-coercible cases in ri_HashCompareOp; there are some such cases
that are not handled by find_coercion_pathway, notably composite->RECORD.
Now that 8.4 supports composites as primary keys, it's worth dealing with
this case.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ri_triggers.c (r1.114 -> r1.115)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ri_triggers.c?r1=1.114&r2=1.115)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Allow binary-coercible cases in ri_HashCompareOp; there are some
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove plpgsql's RENAME declaration, which has bizarre and mostly