Tom Dunstan <[EMAIL PROTECTED]> writes:
> I do have b-tree (and hash) support for enums, so it sounds like I'll 
> have to hit the same spot. I've got what I thought was a reasonably 
> comprehensive test of all the enum features which passes make check, so 
> if there's a likely failure in that code then I'm missing a test 
> somewhere. Did you have a test case for the ri_triggers stuff that you 
> did? What's going to fail?

ri_HashCompareOp, which I think is mainly invoked in cases of UPDATEing
a PK or FK row (to see whether the relevant columns changed).  If one
of the columns is an enum type, it's going to need to be able to realize
that coercing that to ANYENUM is a no-op.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to