Commit 0ed41529 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Silence compiler warning on Windows.

David Rowley.
parent 54a2d5b3
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
#include "postgres.h" #include "postgres.h"
#include <ctype.h> #include <ctype.h>
#ifdef _MSC_VER
#include <float.h> /* for _isnan */
#endif
#include <math.h> #include <math.h>
#include "access/htup_details.h" #include "access/htup_details.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment