mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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,
|
||||
upper;
|
||||
bool empty;
|
||||
RangeType *range;
|
||||
|
||||
RangeType *range = NULL;
|
||||
/* Restrictions on range bounds according to scan strategy */
|
||||
RangeBound *minLower = NULL,
|
||||
*maxLower = NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user