aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-04 19:16:00 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2016-10-04 19:16:00 +0300
commitd4fca5e6c7363ba6ee4de7b8d72d68064fa864ca (patch)
tree9151c135e592b397599f788b6ca281c2cab6657e
parent23843dcb60f941786ab57fec804234bfadd5d17f (diff)
downloadpostgresql-d4fca5e6c7363ba6ee4de7b8d72d68064fa864ca.tar.gz
postgresql-d4fca5e6c7363ba6ee4de7b8d72d68064fa864ca.zip
Fix another outdated comment.
Preloading is done by logtape.c now.
-rw-r--r--src/backend/utils/sort/tuplesort.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c
index 5ff81ed95aa..dd83e7a8f28 100644
--- a/src/backend/utils/sort/tuplesort.c
+++ b/src/backend/utils/sort/tuplesort.c
@@ -2882,9 +2882,8 @@ mergeonerun(Tuplesortstate *state)
* beginmerge - initialize for a merge pass
*
* We decrease the counts of real and dummy runs for each tape, and mark
- * which tapes contain active input runs in mergeactive[]. Then, load
- * as many tuples as we can from each active input tape, and finally
- * fill the merge heap with the first tuple from each active tape.
+ * which tapes contain active input runs in mergeactive[]. Then, fill the
+ * merge heap with the first tuple from each active tape.
*/
static void
beginmerge(Tuplesortstate *state)