forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit61fd218
committed
Fix minor thinko in pathification code.
I passed the wrong "root" struct to create_pathtarget in build_minmax_path.Since the subroot is a clone of the outer root, this would not cause anyserious problems, but it would waste some cycles becauseset_pathtarget_cost_width would not have access to Var width estimatesset up while running query_planner on the subroot.1 parente66197f commit61fd218
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
468 |
| - | |
| 468 | + | |
469 | 469 |
| |
470 | 470 |
| |
471 | 471 |
| |
|
0 commit comments
Comments
(0)