mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Suppress unused-variable warning.
Rearrange so we don't have an unused variable in disable-cassert case. Discussion: https://postgr.es/m/CAMkU=1x63f2QyFTeas83xJqD+Hm1PBuok1LrzYzS-OngDzYOVA@mail.gmail.com
This commit is contained in:
@ -1313,7 +1313,7 @@ generate_bitmap_or_paths(PlannerInfo *root, RelOptInfo *rel,
|
|||||||
List *orargs;
|
List *orargs;
|
||||||
|
|
||||||
Assert(!restriction_is_or_clause(rinfo));
|
Assert(!restriction_is_or_clause(rinfo));
|
||||||
orargs = list_make1(orarg);
|
orargs = list_make1(rinfo);
|
||||||
|
|
||||||
indlist = build_paths_for_OR(root, rel,
|
indlist = build_paths_for_OR(root, rel,
|
||||||
orargs,
|
orargs,
|
||||||
|
Reference in New Issue
Block a user