]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 May 2008 04:14:33 +0000 (04:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 May 2008 04:14:33 +0000 (04:14 +0000)
commit7e1cb8246936b3ad2faa7285e373cbb09b49dc88
treeacf1379315fe16f9542d795131aacccc8a0e2f6b
parent2d7a219b0d7a3b3519be65ead0f5dd7606d7f206
Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per
example from Rod Taylor.  On reflection the correct test here is for any
polymorphic type, not specifically ANYARRAY as in the original coding.
src/backend/commands/tablecmds.c
src/backend/utils/adt/ri_triggers.c