1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-03 22:24:49 +03:00

Fix typo in comment

This commit is contained in:
Alvaro Herrera 2017-08-08 18:31:39 -04:00
parent 4576a69354
commit f5d54ef97a

View File

@ -2627,7 +2627,7 @@ mergeruns(Tuplesortstate *state)
/* /*
* If we produced only one initial run (quite likely if the total data * If we produced only one initial run (quite likely if the total data
* volume is between 1X and 2X workMem when replacement selection is used, * volume is between 1X and 2X workMem when replacement selection is used,
* but something we particular count on when input is presorted), we can * but something we particularly count on when input is presorted), we can
* just use that tape as the finished output, rather than doing a useless * just use that tape as the finished output, rather than doing a useless
* merge. (This obvious optimization is not in Knuth's algorithm.) * merge. (This obvious optimization is not in Knuth's algorithm.)
*/ */