On Tue, Jun 17, 2008 at 01:29:56PM -0400, Tom Lane wrote:
> ...
> What I'm inclined to do is remove the two % operators, which don't seem
> likely to be performance-critical, and fill in the missing int2-vs-int8
> cases for the four basic arithmetic operators. But I could be talked
> into just nuking everything listed above (and their underlying functions
> of course).
>
> Comments?
>
> regards, tom lane
>
+1 for getting rid of the % operators and fleshing out the cases
for the four basic arithmetic operators.
Regards,
Ken