Put back <float.h> in a few files that need it for _isnan().
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gist/gistproc.c | modified | +1 −0 |
| src/backend/access/gist/gistutil.c | modified | +1 −0 |
| src/backend/utils/adt/orderedsetaggs.c | modified | +1 −0 |
| src/backend/utils/adt/selfuncs.c | modified | +1 −0 |
Discussion
Cited messages not in the archive:
CAKJS1f-BHceaFzZScFapDV48gUVM2CAOBfhkgffdqXzFb+kwew@mail.gmail.com