Allow binary-coercible cases in ri_HashCompareOp; there are some such cases

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8e792776997698bd1dcf6e1403ed994e3e739f16
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-11-05T04:38:29Z
Releases: 9.0.0
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.

Files

PathChange+/−
src/backend/utils/adt/ri_triggers.c modified +6 −4