Re: [PATCH] Fix float8 parsing of denormal values (on some platforms?)
Marti Raudsepp <marti@juffo.org>
From: Marti Raudsepp <marti@juffo.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>, Jeroen Vermeulen <jtv@xs4all.nl>
Date: 2012-02-02T10:16:26Z
Lists: pgsql-hackers
On Wed, Feb 1, 2012 at 20:17, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Applied with minor revisions. Thanks! :) We're already seeing first buildfarm failures, on system "narwhal" using an msys/mingw compiler. http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=narwhal&dt=2012-02-02%2005%3A00%3A02 No idea which libc it uses though. The MSVC libc looks fine because "currawong" passes these tests. PS: it would be useful to have the output of 'cc -v' in buildfarm reports since the "Compiler" field may be out of date. Regards, Marti