Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows,

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows,
Дата
Msg-id 25525.1167262007@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows,  (Roman Kononov <kononov195-pgsql@yahoo.com>)
Ответы Re: [BUGS] BUG #2846: inconsistent and confusing  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #2846: inconsistent and confusing handling of underflows,
Следующее
От: Roman Kononov
Дата:
Сообщение: Re: [BUGS] BUG #2846: inconsistent and confusing handling