Re: float4 regression test failed on linux parisc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: float4 regression test failed on linux parisc
Дата
Msg-id 19454.1107296032@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: float4 regression test failed on linux parisc  ("Jim Buttafuoco" <jim@contactbda.com>)
Список pgsql-hackers
"Jim Buttafuoco" <jim@contactbda.com> writes:
> Change:
>         CheckFloat4Val(result);
> To:
>         CheckFloat4Val((float4)result);

CheckFloat4Val is defined to take a double, so whatever the above is
accomplishing is wrong: probably it's masking an out-of-range result.
I think you've hit a bug in Debian's version of gcc for PA-RISC.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jim Buttafuoco"
Дата:
Сообщение: Re: float4 regression test failed on linux parisc
Следующее
От: Darcy Buskermolen
Дата:
Сообщение: Re: FunctionCallN improvement.