aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/parallel.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-09-29 10:20:44 -0400
committerRobert Haas <rhaas@postgresql.org>2017-09-29 10:25:44 -0400
commit8b304b8b72b0a60f1968d39f01cf817c8df863ec (patch)
treeae476a3b7697ba10e7f9cb8e4dcb552f7632a84a /src/backend/access/transam/parallel.c
parentd2773f9bcd980cf6ed720928cd0700196608ef19 (diff)
downloadpostgresql-8b304b8b72b0a60f1968d39f01cf817c8df863ec.tar.gz
postgresql-8b304b8b72b0a60f1968d39f01cf817c8df863ec.zip
Remove replacement selection sort.
At the time replacement_sort_tuples was introduced, there were still cases where replacement selection sort noticeably outperformed using quicksort even for the first run. However, those cases seem to have evaporated as a result of further improvements made since that time (and perhaps also advances in CPU technology). So remove replacement selection and the controlling GUC entirely. This makes tuplesort.c noticeably simpler and probably paves the way for further optimizations someone might want to do later. Peter Geoghegan, with review and testing by Tomas Vondra and me. Discussion: https://postgr.es/m/CAH2-WzmmNjG_K0R9nqYwMq3zjyJJK+hCbiZYNGhAy-Zyjs64GQ@mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions