1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Quiet a few MSC compiler warnings.

This commit is contained in:
Andrew Dunstan
2012-10-07 17:31:10 -04:00
parent 7e2f8ed2b0
commit 33a7101281
4 changed files with 7 additions and 1 deletions

View File

@ -68,6 +68,9 @@
#include "postgres.h"
#ifdef _MSCVER
#include <float.h> /* for _isnan */
#endif
#include <math.h>
#include "access/htup_details.h"