aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2012-10-07 19:56:26 -0400
committerAndrew Dunstan <andrew@dunslane.net>2012-10-07 19:56:26 -0400
commitea72bb8ae527d371ccaf53647540a33224df92a6 (patch)
tree26df963e907997032656a296e654f432c1b669b8 /src
parent1503333f8f6fb5dcfdd4f84a9bfa7929c45aa2cc (diff)
downloadpostgresql-ea72bb8ae527d371ccaf53647540a33224df92a6.tar.gz
postgresql-ea72bb8ae527d371ccaf53647540a33224df92a6.zip
Fix typo in previous MSC commit.
Diffstat (limited to 'src')
-rw-r--r--src/backend/optimizer/path/costsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/path/costsize.c b/src/backend/optimizer/path/costsize.c
index 544b63f149e..eda45f86bf3 100644
--- a/src/backend/optimizer/path/costsize.c
+++ b/src/backend/optimizer/path/costsize.c
@@ -68,7 +68,7 @@
#include "postgres.h"
-#ifdef _MSCVER
+#ifdef _MSC_VER
#include <float.h> /* for _isnan */
#endif
#include <math.h>