diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2012-10-07 19:56:26 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2012-10-07 19:56:26 -0400 |
commit | ea72bb8ae527d371ccaf53647540a33224df92a6 (patch) | |
tree | 26df963e907997032656a296e654f432c1b669b8 /src | |
parent | 1503333f8f6fb5dcfdd4f84a9bfa7929c45aa2cc (diff) | |
download | postgresql-ea72bb8ae527d371ccaf53647540a33224df92a6.tar.gz postgresql-ea72bb8ae527d371ccaf53647540a33224df92a6.zip |
Fix typo in previous MSC commit.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/optimizer/path/costsize.c | 2 |
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> |