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

Commitaa77346

Browse files
committed
Improved code [skip ci]
1 parentb0da2d9 commitaa77346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/sparsevec.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ array_to_sparsevec(PG_FUNCTION_ARGS)
709709

710710
#ifdef_MSC_VER
711711
/* /fp:fast may not propagate +/-Infinity or NaN */
712-
#defineIS_NOT_ZERO(v) (isnan((float)v) || isinf((float)v) || ((float)v) != 0)
712+
#defineIS_NOT_ZERO(v) (isnan((float)(v)) || isinf((float)(v)) || ((float)(v)) != 0)
713713
#else
714714
#defineIS_NOT_ZERO(v) (((float) (v)) != 0)
715715
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp