pgsql: Add missing float.h include to snprintf.c.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add missing float.h include to snprintf.c.
Дата
Msg-id E1YIzA9-00028k-JC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing float.h include to snprintf.c.

On windows _isnan() (which isnan() is redirected to in port/win32.h)
is declared in float.h, not math.h.

Per buildfarm animal currawong.

Backpatch to all supported branches.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/490a91894f14df1000273973b54f2b254ab42ed9

Modified Files
--------------
src/port/snprintf.c |    3 +++
1 file changed, 3 insertions(+)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Add missing float.h include to snprintf.c.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Add missing float.h include to snprintf.c.