Re: OSX doesn't accept identical source/target for strcpy() anymore - Mailing list pgsql-hackers

From Andres Freund
Subject Re: OSX doesn't accept identical source/target for strcpy() anymore
Date
Msg-id 20131031111815.GB31628@alap2.anarazel.de
Whole thread Raw
In response to Re: OSX doesn't accept identical source/target for strcpy() anymore  (Andres Freund <andres@2ndquadrant.com>)
List 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 by date:

Previous
From: "Etsuro Fujita"
Date:
Subject: Show lossy heap block info in EXPLAIN ANALYZE for bitmap heap scan
Next
From: Fujii Masao
Date:
Subject: Re: Show lossy heap block info in EXPLAIN ANALYZE for bitmap heap scan