Allow binary-coercible cases in ri_HashCompareOp; there are some such cases
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Nov 2009 04:38:29 +0000 (04:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Nov 2009 04:38:29 +0000 (04:38 +0000)
commit8e792776997698bd1dcf6e1403ed994e3e739f16
treeabb496e6b75066e4dd2f40b4f372ce118901ea34
parent6bef82b38a67b493fc82990e41946c1bd2ea1b03
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.
src/backend/utils/adt/ri_triggers.c