mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Silence compiler warning on Windows.
David Rowley.
This commit is contained in:
parent
54a2d5b37b
commit
0ed41529f6
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user