mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Suppress possibly-uninitialized-variable warning.
This commit is contained in:
parent
c04b9c1f3d
commit
56ba337e6f
@ -426,8 +426,7 @@ spg_range_quad_inner_consistent(PG_FUNCTION_ARGS)
|
|||||||
RangeBound lower,
|
RangeBound lower,
|
||||||
upper;
|
upper;
|
||||||
bool empty;
|
bool empty;
|
||||||
RangeType *range;
|
RangeType *range = NULL;
|
||||||
|
|
||||||
/* Restrictions on range bounds according to scan strategy */
|
/* Restrictions on range bounds according to scan strategy */
|
||||||
RangeBound *minLower = NULL,
|
RangeBound *minLower = NULL,
|
||||||
*maxLower = NULL,
|
*maxLower = NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user