diff options
author | Thomas Munro <tmunro@postgresql.org> | 2024-04-11 14:35:42 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2024-04-11 14:35:42 +1200 |
commit | 942219996c632ae9e66c2c4a759e93abc92014ff (patch) | |
tree | 19885288790c9c740a9d164e2bd5c8a77925104a /src/backend/backup/basebackup_incremental.c | |
parent | d8f5acbdb9b22106db583e3cbb177d34e6b18eeb (diff) | |
download | postgresql-942219996c632ae9e66c2c4a759e93abc92014ff.tar.gz postgresql-942219996c632ae9e66c2c4a759e93abc92014ff.zip |
Fix grammar.
Reported-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/ZhdKqj5DwoOzirFv%40paquier.xyz
Diffstat (limited to 'src/backend/backup/basebackup_incremental.c')
-rw-r--r-- | src/backend/backup/basebackup_incremental.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/backup/basebackup_incremental.c b/src/backend/backup/basebackup_incremental.c index 957b70b6920..4962bf1529e 100644 --- a/src/backend/backup/basebackup_incremental.c +++ b/src/backend/backup/basebackup_incremental.c @@ -727,7 +727,7 @@ GetIncrementalFilePath(Oid dboid, Oid spcoid, RelFileNumber relfilenumber, * * If the return value is BACK_UP_FILE_FULLY, caller should back up the whole * file just as if this were not an incremental backup. The contents of the - * relative_block_numbers array is unspecified in this case. + * relative_block_numbers array are unspecified in this case. * * If the return value is BACK_UP_FILE_INCREMENTALLY, caller should include * an incremental file in the backup instead of the entire file. On return, |