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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow binary-coercible cases in ri_HashCompareOp; there are some
Date: 2009-11-05 04:38:29
Message-ID: 20091105043829.A7EE6753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-11-05 04:38:35 pgsql: Allow binary-coercible cases in ri_HashCompareOp; there are some
Previous Message Tom Lane 2009-11-04 23:47:04 pgsql: Rename some encoding conversion modules to keep pathnames in our