Re: Numeric 508 datatype

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Numeric 508 datatype
Date: 2005-12-02 17:43:28
Message-ID: 3885.1133545408@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> So we are really decreasing the specified precision from 1000 to 508,
> and the computational precision from 4096 to 508.

The internal computational precision isn't any less, the limit is only
on the result of a function (ie, partial results within one of the
numeric.c routines could still exceed 10^508). Not sure how much that
distinction matters though.

> Is there any plan to
> fix the silent overflow problem? Is that in the patch? I don't see it.

It will get fixed before application ;-)

I haven't reviewed the patch yet; I think the gating factor at this
point is whether anyone protests losing dynamic range in NUMERIC,
and we ought to go ahead and ask that. After that we can look at the
code more closely.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Toni Casueps 2005-12-02 17:44:36 accessing text of the query in a rule
Previous Message Bruce Momjian 2005-12-02 17:39:11 Reduce NUMERIC size by 2 bytes, reduce max length to 508 digits

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-12-02 18:03:26 Re: Numeric 508 datatype
Previous Message Bruce Momjian 2005-12-02 17:39:11 Reduce NUMERIC size by 2 bytes, reduce max length to 508 digits

Browse pgsql-patches by date

  From Date Subject
Next Message Julio César Elizondo 2005-12-02 17:50:29 unsuscribe patches
Previous Message Bruce Momjian 2005-12-02 17:39:11 Reduce NUMERIC size by 2 bytes, reduce max length to 508 digits