Alvaro Herrera <[EMAIL PROTECTED]> writes:
>> Fix bug I introduced in recent rewrite of NUMERIC code: numeric to
>> integer conversions gave the wrong answer for values with stripped
>> trailing zeroes, such as 1000.
> No regression test?
Don't see the point --- it's a one-off fix. (Wrong lo
On Thu, Jul 03, 2003 at 04:41:48PM -0300, Tom Lane wrote:
> Log message:
> Fix bug I introduced in recent rewrite of NUMERIC code: numeric to
> integer conversions gave the wrong answer for values with stripped
> trailing zeroes, such as 1000.
No regression test?
--
Alvaro