Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0ed4152

Browse files
committed
Silence compiler warning on Windows.
David Rowley.
1 parent 54a2d5b commit 0ed4152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backend/utils/adt/arrayfuncs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
#include "postgres.h"
1616

1717
#include <ctype.h>
18+
#ifdef _MSC_VER
19+
#include <float.h> /* for _isnan */
20+
#endif
1821
#include <math.h>
1922

2023
#include "access/htup_details.h"

0 commit comments

Comments
 (0)