Re: [PATCH] Fix float8 parsing of denormal values (on some platforms?)

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Jeroen Vermeulen <jtv(at)xs4all(dot)nl>
Subject: Re: [PATCH] Fix float8 parsing of denormal values (on some platforms?)
Date: 2012-02-02 10:16:26
Message-ID: CABRT9RDXtPoVHxrr2YfcQHC_u=F34pp-peo-Yy5WhztN3ZeiEA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 1, 2012 at 20:17, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marti Raudsepp 2012-02-02 11:23:02 Re: Patch pg_is_in_backup()
Previous Message Abhijit Menon-Sen 2012-02-02 09:54:59 Re: JSON for PG 9.2