pgsql: Put back <float.h> in a few files that need it for _isnan().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put back <float.h> in a few files that need it for _isnan().
Date: 2017-03-08 20:38:44
Message-ID: E1cliM8-0006zj-CH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put back <float.h> in a few files that need it for _isnan().

Further fallout from commit c29aff959: there are some files that need
<float.h>, and were getting it from datatype/timestamp.h, but it was not
apparent in my (tgl's) testing because the requirement for <float.h>
exists only on certain Windows toolchains.

Report and patch by David Rowley.

Discussion: https://postgr.es/m/CAKJS1f-BHceaFzZScFapDV48gUVM2CAOBfhkgffdqXzFb+kwew@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/86dbbf20d8496ede77566873d1e22cd11c1e544c

Modified Files
--------------
src/backend/access/gist/gistproc.c | 1 +
src/backend/access/gist/gistutil.c | 1 +
src/backend/utils/adt/orderedsetaggs.c | 1 +
src/backend/utils/adt/selfuncs.c | 1 +
4 files changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-08 20:41:11 Re: pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha
Previous Message Stephen Frost 2017-03-08 20:14:20 pgsql: Expose explain's SUMMARY option