mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix typo in previous MSC commit.
This commit is contained in:
@ -68,7 +68,7 @@
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#ifdef _MSCVER
|
||||
#ifdef _MSC_VER
|
||||
#include <float.h> /* for _isnan */
|
||||
#endif
|
||||
#include <math.h>
|
||||
|
Reference in New Issue
Block a user