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/bin/pg_combinebackup/reconstruct.c | |
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/bin/pg_combinebackup/reconstruct.c')
-rw-r--r-- | src/bin/pg_combinebackup/reconstruct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_combinebackup/reconstruct.c b/src/bin/pg_combinebackup/reconstruct.c index 14da51cdcf4..8acaa54ff38 100644 --- a/src/bin/pg_combinebackup/reconstruct.c +++ b/src/bin/pg_combinebackup/reconstruct.c @@ -214,7 +214,7 @@ reconstruct_from_incremental_file(char *input_filename, * taking no action on those blocks that generated any WAL. * * Sadly, we have no way of validating that this is really what - * happened, and neither does the server. From it's perspective, + * happened, and neither does the server. From its perspective, * an unmodified block that contains data looks exactly the same * as a zero-filled block that never had any data: either way, * it's not mentioned in any WAL summary and the server has no |