Re: [PATCH] Improve geometric types - Mailing list pgsql-hackers

From Emre Hasegeli
Subject Re: [PATCH] Improve geometric types
Date
Msg-id CAE2gYzxvUBzOtTsUhVJmX+2EQvPoH55fTRmxOC1COB=DpCJpMg@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Improve geometric types  (Emre Hasegeli <emre@hasegeli.com>)
Responses Re: [PATCH] Improve geometric types  (Emre Hasegeli <emre@hasegeli.com>)
List pgsql-hackers
> Now I understand what you mean.  win32_port.h defines isnan(x) as
> _isnan(x) if (_MSC_VER < 1800).  It doesn't look right to have the
> definition in here but not include <float.h> as _isnan() is coming
> from there.  I am preparing an additional patch to add the include and
> remove it from files where it is obviously put to work around this
> problem.

I posted this to another thread.  Until this is sorted out I made the
new float header patch include <float.h>, so they are not dependent.
New versions are attached.

Attachment

pgsql-hackers by date:

Previous
From: Emre Hasegeli
Date:
Subject: _isnan() on Windows
Next
From: Alvaro Herrera
Date:
Subject: Re: _isnan() on Windows