Content-Length: 257952 | pFad | http://github.com/postgrespro/postgres/commit/56ba337e6fdff1e7ecb916f3037c666a30a98af0

A1 Suppress possibly-uninitialized-variable warning. · postgrespro/postgres@56ba337 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/56ba337e6fdff1e7ecb916f3037c666a30a98af0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy