Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4a1ae21

Browse files
author
Amit Kapila
committed
Fix minor typo in nodeIncrementalSort.c.
Author: Vignesh C Reviewed-by: James Coleman Backpatch-through: 13, where it was introduced Discussion: https://postgr.es/m/CALDaNm0WjZqRvdeL59ZfYH0o4mLbKQ23jm-bnjXcFzgpANx55g@mail.gmail.com
1 parent 914d238 commit 4a1ae21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/executor/nodeIncrementalSort.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
* into the second mode if we believe it's beneficial.
6666
*
6767
* 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.
68+
* and sorting all tuples in the dataset, and begin returning tuples before
69+
* the entire result set is available.
7070
*
7171
* The hybrid mode approach allows us to optimize for both very small
7272
* groups (where the overhead of a new tuplesort is high) and very large

0 commit comments

Comments
 (0)