Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit8e211f5

Browse files
committed
Add float.h include to int8.c, for isnan().
port.h redirects isnan() to _isnan() on windows, which in turn isprovided by float.h rather than math.h. Therefore include the latteras well.Per buildfarm.
1 parentf512a6e commit8e211f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/utils/adt/int8.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include"postgres.h"
1515

1616
#include<ctype.h>
17+
#include<float.h>/* for _isnan */
1718
#include<limits.h>
1819
#include<math.h>
1920

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp