Skip to content

Commit 56ba337

Browse files
committed
Suppress possibly-uninitialized-variable warning.
1 parent c04b9c1 commit 56ba337

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
RangeBound lower,
427427
upper;
428428
bool empty;
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy