(record = record) inconsistent with record_eq(arg1, arg2) - Mailing list pgsql-bugs

From jian he
Subject (record = record) inconsistent with record_eq(arg1, arg2)
Date
Msg-id CACJufxF6T4-vOqg1eu_JGrXszTUaHUmmjzCQUcuF6W56dhS+Vw@mail.gmail.com
Whole thread Raw
Responses (record = record) inconsistent with record_eq(arg1, arg2)
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18043: Merge fails to insert when source and target are same table and table is empty (contains no rows)
Next
From: "David G. Johnston"
Date:
Subject: (record = record) inconsistent with record_eq(arg1, arg2)