Fix valgrind issue in commit 05c8482f7f.
authorAmit Kapila <akapila@postgresql.org>
Wed, 10 Mar 2021 04:34:20 +0000 (10:04 +0530)
committerAmit Kapila <akapila@postgresql.org>
Wed, 10 Mar 2021 04:36:39 +0000 (10:06 +0530)
commite4e87a32cc5559303068b148bd4aa6a39b8f44a1
tree94146b1291d0821d8935fd3bfb20b202916b86f1
parent05c8482f7f69a954fd65fce85f896e848fc48197
Fix valgrind issue in commit 05c8482f7f.

Initialize other newly added variables in max_parallel_hazard_context via
is_parallel_safe() because we don't check the parallel-safety of target
relations in that function.

Reported-by: Tom Lane as per buildfarm
Author: Amit Kapila
Discussion: https://postgr.es/m/2060179.1615347455@sss.pgh.pa.us
src/backend/optimizer/util/clauses.c