pgsql: Add missing float.h include to snprintf.c. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Add missing float.h include to snprintf.c.
Date
Msg-id E1YIz9x-00027I-6u@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ff8ca3b04c15eace1de1a7a66e3a05426b07b773

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


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: doc: Fix markup
Next
From: Andres Freund
Date:
Subject: pgsql: Add missing float.h include to snprintf.c.