mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
Fix another outdated comment.
Preloading is done by logtape.c now.
This commit is contained in:
parent
23843dcb60
commit
d4fca5e6c7
@ -2882,9 +2882,8 @@ mergeonerun(Tuplesortstate *state)
|
|||||||
* beginmerge - initialize for a merge pass
|
* beginmerge - initialize for a merge pass
|
||||||
*
|
*
|
||||||
* We decrease the counts of real and dummy runs for each tape, and mark
|
* We decrease the counts of real and dummy runs for each tape, and mark
|
||||||
* which tapes contain active input runs in mergeactive[]. Then, load
|
* which tapes contain active input runs in mergeactive[]. Then, fill the
|
||||||
* as many tuples as we can from each active input tape, and finally
|
* merge heap with the first tuple from each active tape.
|
||||||
* fill the merge heap with the first tuple from each active tape.
|
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
beginmerge(Tuplesortstate *state)
|
beginmerge(Tuplesortstate *state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user