mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Silence compiler warning on Windows.
David Rowley.
This commit is contained in:
@ -15,6 +15,9 @@
|
||||
#include "postgres.h"
|
||||
|
||||
#include <ctype.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <float.h> /* for _isnan */
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
#include "access/htup_details.h"
|
||||
|
Reference in New Issue
Block a user