Re: Fix MSVC isnan warning from e80252d4 - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Fix MSVC isnan warning from e80252d4
Date
Msg-id 54117EFC.2000008@vmware.com
Whole thread Raw
In response to Fix MSVC isnan warning from e80252d4  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On 09/11/2014 12:52 PM, David Rowley wrote:
> The attached small patch fixes the following warning:
>
> src\backend\utils\adt\arrayfuncs.c(5613): warning C4013: '_isnan'
> undefined; assuming extern returning int [D:\Postgres\a\postgres.vcxproj]
>
> The fix is pretty much just a copy and paste from costsize.c

Thanks, committed.

- Heikki




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: inherit support for foreign tables
Next
From: Andres Freund
Date:
Subject: Re: Scaling shared buffer eviction