From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Matthias Schmitt <freak002(at)mmp(dot)lu> |
Subject: | Re: OSX doesn't accept identical source/target for strcpy() anymore |
Date: | 2013-10-31 11:18:15 |
Message-ID: | 20131031111815.GB31628@alap2.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs 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
From | Date | Subject | |
---|---|---|---|
Next Message | przemek | 2013-10-31 13:03:49 | BUG #8572: Combination of SET TIME ZONEs and CAST gives wrong results |
Previous Message | Frank van Vugt | 2013-10-31 07:08:52 | Re: array_agg() on a set larger than some arbitrary(?) limit causes runaway memory usage and eventually memory exhaustion |
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2013-10-31 11:44:37 | Re: Show lossy heap block info in EXPLAIN ANALYZE for bitmap heap scan |
Previous Message | Etsuro Fujita | 2013-10-31 10:54:31 | Show lossy heap block info in EXPLAIN ANALYZE for bitmap heap scan |