mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Remove stray mid-sentence tabs in comments
This commit is contained in:
@ -69,7 +69,7 @@
|
||||
* the entire result set is available.
|
||||
*
|
||||
* The hybrid mode approach allows us to optimize for both very small
|
||||
* groups (where the overhead of a new tuplesort is high) and very large
|
||||
* groups (where the overhead of a new tuplesort is high) and very large
|
||||
* groups (where we can lower cost by not having to sort on already sorted
|
||||
* columns), albeit at some extra cost while switching between modes.
|
||||
*
|
||||
|
Reference in New Issue
Block a user