mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +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;
|
||||
|
||||
Assert(!restriction_is_or_clause(rinfo));
|
||||
orargs = list_make1(orarg);
|
||||
orargs = list_make1(rinfo);
|
||||
|
||||
indlist = build_paths_for_OR(root, rel,
|
||||
orargs,
|
||||
|
Reference in New Issue
Block a user