Re: more numeric stuff - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: more numeric stuff
Date
Msg-id 201008131710.o7DHAVD21516@momjian.us
Whole thread Raw
In response to Re: more numeric stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: more numeric stuff  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Tom Lane wrote:
> > 3. 64-bit arithmetic.  Right now, mul_var() and div_var() use int for
> > arithmetic, but haven't we given up on supporting platforms without
> > long long?  I'm not sure I'm motivated enough to write the patch
> > myself, but it seems like 64-bit arithmetic would give us a lot more
> > room to postpone carries.
> 
> I don't think this would win unless we went to 32-bit NumericDigit,
> which is a problem from the on-disk-compatibility standpoint, not to
> mention making the alignment issues even worse.  Postponing carries is
> good, but we have enough headroom for that already --- I really doubt
> that making the array elements wider would save anything noticeable
> unless you increase NBASE.

Should we be collecting pg_upgrade-breaking changes on the TODO list so
we can implement them in one future release?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: patch: General purpose utility functions used by the JSON data type
Next
From: Robert Haas
Date:
Subject: Re: patch: General purpose utility functions used by the JSON data type