]> granicus.if.org Git - postgresql/commit
Add float.h include to int8.c, for isnan().
authorAndres Freund <andres@anarazel.de>
Wed, 13 Dec 2017 07:32:43 +0000 (23:32 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 13 Dec 2017 07:32:43 +0000 (23:32 -0800)
commit8e211f5391465bddda79e17e63c79dbc8c70e6d1
tree73eb6c498b117c79a5feabd6727b9bb6fd2f1d98
parentf512a6e1323eefa843a063e466babb96d7bfb4ce
Add float.h include to int8.c, for isnan().

port.h redirects isnan() to _isnan() on windows, which in turn is
provided by float.h rather than math.h. Therefore include the latter
as well.

Per buildfarm.
src/backend/utils/adt/int8.c