there are many cross type arithmetic operators, like int2 + int4, int8 + 
int4, I think these can be deleted. Here are the reasons, after deleted,
int2 + int4 will choose the operator int4 + int4, int8 + int4 choose int8 + 
int8, Is that ok? Thanks. 



---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to