diff options
author | Robert Haas <rhaas@postgresql.org> | 2017-12-19 10:34:35 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2017-12-19 10:42:17 -0500 |
commit | 38fc54703ea4203a537c58332f697c546eaa4bcf (patch) | |
tree | adf295507edb41d81b8eeaa8d92144d66116c2ad /src/backend/executor/nodeSort.c | |
parent | 09a65f5a284491d865f3f2ca5a996e597b9cf696 (diff) | |
download | postgresql-38fc54703ea4203a537c58332f697c546eaa4bcf.tar.gz postgresql-38fc54703ea4203a537c58332f697c546eaa4bcf.zip |
Re-fix wrong costing of Sort under Gather Merge.
Commit dc02c7bca4dccf7de278cdc6b3325a829e75b252 changed this call
to create_sort_path() to take -1 rather than limit_tuples because,
at that time, there was no way for a Sort beneath a Gather Merge
to become a top-N sort.
Later, commit 3452dc5240da43e833118484e1e9b4894d04431c provided
a way for a Sort beneath a Gather Merge to become a top-N sort,
but failed to revert the previous commit in the process. Do that.
Report and analysis by Jeff Janes; patch by Thomas Munro; review by
Amit Kapila and by me.
Discussion: http://postgr.es/m/CAEepm=1BWtC34vUroA0Uqjw02MaqdUrW+d6WD85_k8SLyPiKHQ@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeSort.c')
0 files changed, 0 insertions, 0 deletions