]> granicus.if.org Git - postgresql/commitdiff
Fix another outdated comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 4 Oct 2016 16:16:00 +0000 (19:16 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 4 Oct 2016 16:16:00 +0000 (19:16 +0300)
Preloading is done by logtape.c now.

src/backend/utils/sort/tuplesort.c

index 5ff81ed95aa415cf1154fe56685a3454b60a53dc..dd83e7a8f28a376a7705093d8893c92a251edde9 100644 (file)
@@ -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)