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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add float.h include to int8.c, for isnan().
Дата
Msg-id E1eP1r7-0006eb-D1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Consistently use PG_INT(16|32|64)_(MIN|MAX).
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: pgsql: Provide overflow safe integer math inline functions.