Commit dc02c7b
committed
Fix wrong costing of Sort under Gather Merge.
There's no mechanism for such a sort to become a top-N sort, so we
should pass -1 rather than limit_tuples to cost_sort().
Rushabh Lathia, per a report from Mithun Cy
Discussion: http://postgr.es/m/CAGPqQf1akRcSgC9=6iwx=sEPap9UvPpHJLzg8_N+OuHdb6fL+g@mail.gmail.com1 parent 6b76f1b commit dc02c7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4416 | 4416 | | |
4417 | 4417 | | |
4418 | 4418 | | |
4419 | | - | |
| 4419 | + | |
4420 | 4420 | | |
4421 | 4421 | | |
4422 | 4422 | | |
| |||
0 commit comments