Allow binary-coercible cases in ri_HashCompareOp; there are some such cases
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/ri_triggers.c | modified | +6 −4 |