mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +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