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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Allow binary-coercible cases in ri_HashCompareOp; there are some
Date
Msg-id 20091105043835.ABA84753FB7@cvs.postgresql.org
Whole thread Raw
List 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.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        ri_triggers.c (r1.113 -> r1.113.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ri_triggers.c?r1=1.113&r2=1.113.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Rename some encoding conversion modules to keep pathnames in our
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow binary-coercible cases in ri_HashCompareOp; there are some