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:
@ -68,6 +68,9 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#ifdef _MSCVER
|
||||
#include <float.h> /* for _isnan */
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
||||
#include "access/htup_details.h"
|
||||
|
Reference in New Issue
Block a user