projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1503333
)
Fix typo in previous MSC commit.
author
Andrew Dunstan
Sun, 7 Oct 2012 23:56:26 +0000
(19:56 -0400)
committer
Andrew Dunstan
Sun, 7 Oct 2012 23:56:26 +0000
(19:56 -0400)
src/backend/optimizer/path/costsize.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/path/costsize.c
b/src/backend/optimizer/path/costsize.c
index 544b63f149e1bb14a902a6bae892f3dad2a2a74d..eda45f86bf31b671bcfbfaadf27ca6d5c2bf7de1 100644
(file)
--- 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
/* for _isnan */
#endif
#include