mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +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 <ctype.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <float.h> /* for _isnan */
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
#include "access/htup_details.h"
|
||||
|
Loading…
Reference in New Issue
Block a user