diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-08-08 18:31:39 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2017-08-08 18:34:25 -0400 |
commit | f5d54ef97abdd1df3d6bfe0320a565ecce742abe (patch) | |
tree | 0bc653a3ed2010a19593d9b81843fb3d8b62feef /src | |
parent | 4576a69354fa2efc1bafa50df1c104c1a80c64e5 (diff) | |
download | postgresql-f5d54ef97abdd1df3d6bfe0320a565ecce742abe.tar.gz postgresql-f5d54ef97abdd1df3d6bfe0320a565ecce742abe.zip |
Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/sort/tuplesort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/sort/tuplesort.c b/src/backend/utils/sort/tuplesort.c index c152e43e687..59cd28e595f 100644 --- a/src/backend/utils/sort/tuplesort.c +++ b/src/backend/utils/sort/tuplesort.c @@ -2627,7 +2627,7 @@ mergeruns(Tuplesortstate *state) /* * 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, - * 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 * merge. (This obvious optimization is not in Knuth's algorithm.) */ |