Re: Fix MSVC isnan warning from e80252d4

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix MSVC isnan warning from e80252d4
Date: 2014-09-11 10:52:44
Message-ID: 54117EFC.2000008@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-09-11 11:01:43 Re: Scaling shared buffer eviction
Previous Message Heikki Linnakangas 2014-09-11 10:46:06 Re: inherit support for foreign tables