Re: numeric/decimal docs bug? - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: numeric/decimal docs bug?
Date
Msg-id 3CB760C6.ECF0FB96@fourpalms.org
Whole thread Raw
In response to Re: numeric/decimal docs bug?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: numeric/decimal docs bug?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
...
> It is my understanding that RPM does run that test.  My main issue is
> why does numeric have to be so much larger than the other tests?  I have
> not heard that explained.

afaict it is not larger. It *does* take more time, but the number of
tests is relatively small, or at least compatible with the number of
tests which appear, or should appear, in other tests of data types
covering a large problem space (e.g. date/time).

It does illustrate that BCD-like encodings are expensive, and that
machine-supported math is usually a win. If it is a big deal, jump in
and widen the internal math operations!
                  - Thomas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: numeric/decimal docs bug?
Next
From: Tom Lane
Date:
Subject: Re: pg_dump is broken in CVS tip