(record = record) inconsistent with record_eq(arg1, arg2)

Поиск
Список
Период
Сортировка
От jian he
Тема (record = record) inconsistent with record_eq(arg1, arg2)
Дата
Msg-id CACJufxF6T4-vOqg1eu_JGrXszTUaHUmmjzCQUcuF6W56dhS+Vw@mail.gmail.com
обсуждение исходный текст
Ответы (record = record) inconsistent with record_eq(arg1, arg2)  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs

hi.
not sure if it's a bug or I misunderstood.

select row(1,null::int) = (1,1::int); -- return null
select record_eq(row(1,null::int),(1,1::int)); --return false.

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18043: Merge fails to insert when source and target are same table and table is empty (contains no rows)
Следующее
От: "David G. Johnston"
Дата:
Сообщение: (record = record) inconsistent with record_eq(arg1, arg2)