Re: Cleaning up cross-type arithmetic operators - Mailing list pgsql-hackers

From Kenneth Marshall
Subject Re: Cleaning up cross-type arithmetic operators
Date
Msg-id 20080617193207.GI337@it.is.rice.edu
Whole thread Raw
In response to Cleaning up cross-type arithmetic operators  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Reducing overhead for repeat de-TOASTing
Next
From: "Jeffrey Baker"
Date:
Subject: Re: pg_dump fails to include sequences, leads to restore fail in any version