1
0
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:
Peter Eisentraut
2023-05-19 15:57:38 +02:00
parent 6ff33cdbab
commit 803b4a26ca
7 changed files with 7 additions and 7 deletions

View File

@ -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.
*