From: Heikki Linnakangas Date: Tue, 4 Oct 2016 16:16:00 +0000 (+0300) Subject: Fix another outdated comment. X-Git-Tag: REL_10_BETA1~1616 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4fca5e6c7363ba6ee4de7b8d72d68064fa864ca;p=postgresql Fix another outdated comment. Preloading is done by logtape.c now. --- diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c index 5ff81ed95a..dd83e7a8f2 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)