]> granicus.if.org Git - postgresql/commitdiff
Fix typo in previous MSC commit.
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 7 Oct 2012 23:56:26 +0000 (19:56 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 7 Oct 2012 23:56:26 +0000 (19:56 -0400)
src/backend/optimizer/path/costsize.c

index 544b63f149e1bb14a902a6bae892f3dad2a2a74d..eda45f86bf31b671bcfbfaadf27ca6d5c2bf7de1 100644 (file)
@@ -68,7 +68,7 @@
 
 #include "postgres.h"
 
-#ifdef _MSCVER
+#ifdef _MSC_VER
 #include <float.h> /* for _isnan */
 #endif
 #include <math.h>