]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:35 +0000 (04:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Nov 2009 04:38:35 +0000 (04:38 +0000)
commit2c614052066cba5cb409d66246e699969e90b657
treef776f13fb96c3f714ac6ff7ca3944d5898dd83c7
parent743335934710f211029593e5af1f22b7c5363bf7
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