Fix grammar.
authorThomas Munro <[email protected]>
Thu, 11 Apr 2024 02:35:42 +0000 (14:35 +1200)
committerThomas Munro <[email protected]>
Thu, 11 Apr 2024 02:35:42 +0000 (14:35 +1200)
Reported-by: Michael Paquier <[email protected]>
Discussion: https://postgr.es/m/ZhdKqj5DwoOzirFv%40paquier.xyz

src/backend/backup/basebackup_incremental.c

index 957b70b69200e3650bba528b3bbd0fc7ed14e84c..4962bf1529efc77ffc2c04cb7daae4606c23bf1a 100644 (file)
@@ -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,