Re: OSX doesn't accept identical source/target for strcpy() anymore

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: OSX doesn't accept identical source/target for strcpy() anymore
Дата
Msg-id 20131031111815.GB31628@alap2.anarazel.de
обсуждение исходный текст
Ответ на Re: OSX doesn't accept identical source/target for strcpy() anymore  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On 2013-10-29 02:29:03 +0100, Andres Freund wrote:
> 3. valgrind gets floating point computations for
> exp(larger_negative_double) wrong and returns the wrong error message:
> 
> regression=# SELECT exp(-808.3::float8);
> ERROR:  value out of range: overflow
> 
> exp sets errno=ERANGE and returns inf. That's not supposed to happen
> according to my exp(3)...

I've reported this as a valgrind bug... https://bugs.kde.org/show_bug.cgi?id=326821

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: "Etsuro Fujita"
Дата:
Сообщение: Show lossy heap block info in EXPLAIN ANALYZE for bitmap heap scan
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Show lossy heap block info in EXPLAIN ANALYZE for bitmap heap scan