8000 Fix typo in previous MSC commit. · postgres/postgres@ea72bb8 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea72bb8

Browse files
committed
Fix typo in previous MSC commit.
1 parent 1503333 commit ea72bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/path/costsize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
#include "postgres.h"
7070

71-
#ifdef _MSCVER
71+
#ifdef _MSC_VER
7272
#include <float.h> /* for _isnan */
7373
#endif
7474
#include <math.h>

0 commit comments

Comments
 (0)
0