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

Commit56ba337

Browse files
committed
Suppress possibly-uninitialized-variable warning.
1 parentc04b9c1 commit56ba337

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,7 @@ spg_range_quad_inner_consistent(PG_FUNCTION_ARGS)
426426
RangeBoundlower,
427427
upper;
428428
boolempty;
429-
RangeType*range;
430-
429+
RangeType*range=NULL;
431430
/* Restrictions on range bounds according to scan strategy */
432431
RangeBound*minLower=NULL,
433432
*maxLower=NULL,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp