Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows, - Mailing list pgsql-patches

From Tom Lane
Subject Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows,
Date
Msg-id 25525.1167262007@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows,  (Roman Kononov <kononov195-pgsql@yahoo.com>)
Responses Re: [BUGS] BUG #2846: inconsistent and confusing
List pgsql-patches
Roman Kononov <kononov195-pgsql@yahoo.com> writes:
> In float4mul() and float4div(), the computation should be double precision.

Why?  It's going to have to fit in a float4 eventually anyway.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows,
Next
From: Roman Kononov
Date:
Subject: Re: [BUGS] BUG #2846: inconsistent and confusing handling