Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23843dc commit d4fca5eCopy full SHA for d4fca5e
src/backend/utils/sort/tuplesort.c
@@ -2882,9 +2882,8 @@ mergeonerun(Tuplesortstate *state)
2882
* beginmerge - initialize for a merge pass
2883
*
2884
* We decrease the counts of real and dummy runs for each tape, and mark
2885
- * which tapes contain active input runs in mergeactive[]. Then, load
2886
- * as many tuples as we can from each active input tape, and finally
2887
- * 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.
2888
*/
2889
static void
2890
beginmerge(Tuplesortstate *state)
0 commit comments