We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914d238 commit 4a1ae21Copy full SHA for 4a1ae21
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