- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit0832f2d
committed
Fix latent costing error in create_merge_append_path.
create_merge_append_path should use the path rowcount it just computed,not rel->tuples, for costing purposes. Those numbers should always bethe same at present, but if we ever support parameterized MergeAppendpaths (a case this function is otherwise prepared for), the former wouldbe right and the latter wrong.No need for back-patch since the problem is only latent.Ashutosh BapatDiscussion: <CAFjFpRek+cLCnTo24youuGtsq4zRphEB8EUUPjDxZjnL4n4HYQ@mail.gmail.com>1 parent13671b4 commit0832f2d
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1333 | 1333 |
| |
1334 | 1334 |
| |
1335 | 1335 |
| |
1336 |
| - | |
| 1336 | + | |
1337 | 1337 |
| |
1338 | 1338 |
| |
1339 | 1339 |
| |
|
0 commit comments
Comments
(0)