1
0
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:
Tom Lane
2017-02-21 17:58:24 -05:00
parent f97de05a14
commit c56ac2913a

View File

@ -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,