Re: Build broken since 9aaa062 because of missing isnan and isinf

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Build broken since 9aaa062 because of missing isnan and isinf
Date: 2015-01-29 11:51:29
Message-ID: CAB7nPqSagd5yvdVddMu+qsRh8X8cUp2MkHomKD==rynCrQCBDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Thu, Jan 29, 2015 at 8:34 PM, Heikki Linnakangas
<hlinnakangas(at)vmware(dot)com> wrote:
> Oh, thanks, fixed. I vaguely remembered that Windows doesn't have those
> macros, but it actually worked on my Windows system. Maybe they've added
> them to the MSVC headers recently...
Yes, they have been added in MS 2013. I think that my patch is
actually a bit wrong, we may want to use _MSC_VER < 1800 as well.
--
Michael

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2015-01-29 12:32:03 Re: Let's get rid of premature execution
Previous Message Heikki Linnakangas 2015-01-29 11:34:40 Re: Build broken since 9aaa062 because of missing isnan and isinf