Re: Cleaning up cross-type arithmetic operators

From: Kenneth Marshall <ktm(at)rice(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Cleaning up cross-type arithmetic operators
Date: 2008-06-17 19:32:07
Message-ID: 20080617193207.GI337@it.is.rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeffrey Baker 2008-06-17 21:34:22 Re: pg_dump fails to include sequences, leads to restore fail in any version
Previous Message Tom Lane 2008-06-17 18:36:18 Re: GIN improvements