projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54a2d5b
)
Silence compiler warning on Windows.
author
Heikki Linnakangas
Thu, 11 Sep 2014 10:50:14 +0000
(13:50 +0300)
committer
Heikki Linnakangas
Thu, 11 Sep 2014 10:50:14 +0000
(13:50 +0300)
David Rowley.
src/backend/utils/adt/arrayfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/arrayfuncs.c
b/src/backend/utils/adt/arrayfuncs.c
index fafc852a4f35f275c6e656444b9e0bc80cadc10e..6c8b41d2a913c3e1f52f8601df45f68c1020b34c 100644
(file)
--- a/
src/backend/utils/adt/arrayfuncs.c
+++ b/
src/backend/utils/adt/arrayfuncs.c
@@
-15,6
+15,9
@@
#include "postgres.h"
#include
+#ifdef _MSC_VER
+#include
/* for _isnan */
+#endif
#include
#include "access/htup_details.h"