Re: [HACKERS] Numeric overflow problem + patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: [HACKERS] Numeric overflow problem + patch
Date
Msg-id 5577.1159477903@sss.pgh.pa.us
Whole thread Raw
In response to Numeric overflow problem + patch  (David Fetter <david@fetter.org>)
Responses Re: [HACKERS] Numeric overflow problem + patch
Re: [HACKERS] Numeric overflow problem + patch
List pgsql-patches
David Fetter <david@fetter.org> writes:
> ! DETAIL:  A field with precision 4, scale 4 must have an absolute value less than 1.
> [ becomes ]
> ! DETAIL:  A field with precision 4, scale 4 must have an absolute value less than 1 - 5 * 10^-5.

This strikes me as overly pedantic.  The message needs to be clear,
and the proposed change will just confuse people.

            regards, tom lane

pgsql-patches by date:

Previous
From: David Fetter
Date:
Subject: Numeric overflow problem + patch
Next
From: Martijn van Oosterhout
Date:
Subject: Re: [HACKERS] Numeric overflow problem + patch