Обсуждение: pgsql: Add float.h include to int8.c, for isnan().

Поиск
Список
Период
Сортировка

pgsql: Add float.h include to int8.c, for isnan().

От
Andres Freund
Дата:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e211f5391465bddda79e17e63c79dbc8c70e6d1

Modified Files
--------------
src/backend/utils/adt/int8.c | 1 +
1 file changed, 1 insertion(+)