8000
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 a766d6c commit 044dc7bCopy full SHA for 044dc7b
src/backend/executor/nodeIncrementalSort.c
@@ -65,8 +65,8 @@
65
* into the second mode if we believe it's beneficial.
66
*
67
* Sorting incrementally can potentially use less memory, avoid fetching
68
- * and sorting all tuples in the the dataset, and begin returning tuples
69
- * before the entire result set is available.
+ * and sorting all tuples in the dataset, and begin returning tuples before
+ * the entire result set is available.
70
71
* The hybrid mode approach allows us to optimize for both very small
72
* groups (where the overhead of a new tuplesort is high) and very large
0 commit comments