diff options
| author | John Naylor <john.naylor@postgresql.org> | 2025-01-29 14:28:20 +0700 |
|---|---|---|
| committer | John Naylor <john.naylor@postgresql.org> | 2025-01-29 14:39:14 +0700 |
| commit | 128897b101e0a7bc8621abac746ea99d444d83ae (patch) | |
| tree | 130901bf3d4b609f51cc63beeb2134e284aa3e3b /src/backend/utils/sort | |
| parent | 235328ee4ae49cd5abf3c1c9b81f3b809507e5f2 (diff) | |
Fix grammatical typos around possessive "its"
Some places spelled it "it's", which is short for "it is".
In passing, fix a couple other nearby grammatical errors.
Author: Jacob Brazeal <jacob.brazeal@gmail.com>
Discussion: https://postgr.es/m/CA+COZaAO8g1KJCV0T48=CkJMjAnnfTGLWOATz+2aCh40c2Nm+g@mail.gmail.com
Diffstat (limited to 'src/backend/utils/sort')
| -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 bda1bffa3cc..2ef32d53a43 100644 --- a/src/backend/utils/sort/tuplesort.c +++ b/src/backend/utils/sort/tuplesort.c @@ -202,7 +202,7 @@ struct Tuplesortstate int64 maxSpace; /* maximum amount of space occupied among sort * of groups, either in-memory or on-disk */ bool isMaxSpaceDisk; /* true when maxSpace is value for on-disk - * space, false when it's value for in-memory + * space, false when its value for in-memory * space */ TupSortStatus maxSpaceStatus; /* sort status when maxSpace was reached */ LogicalTapeSet *tapeset; /* logtape.c object for tapes in a temp file */ |
