Commit d329dc2e authored by Robert Haas's avatar Robert Haas

Remove bug from OPTIMIZER_DEBUG code for partition-wise join.

Etsuro Fujita, reviewed by Ashutosh Bapat

Discussion: http://postgr.es/m/5A2A60E6.6000008@lab.ntt.co.jp
parent c28aa157
...@@ -3457,7 +3457,7 @@ generate_partition_wise_join_paths(PlannerInfo *root, RelOptInfo *rel) ...@@ -3457,7 +3457,7 @@ generate_partition_wise_join_paths(PlannerInfo *root, RelOptInfo *rel)
set_cheapest(child_rel); set_cheapest(child_rel);
#ifdef OPTIMIZER_DEBUG #ifdef OPTIMIZER_DEBUG
debug_print_rel(root, rel); debug_print_rel(root, child_rel);
#endif #endif
live_children = lappend(live_children, child_rel); live_children = lappend(live_children, child_rel);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment