Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9422199

Browse files
committed
Fix grammar.
Reported-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/ZhdKqj5DwoOzirFv%40paquier.xyz
1 parent d8f5acb commit 9422199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/backup/basebackup_incremental.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ GetIncrementalFilePath(Oid dboid, Oid spcoid, RelFileNumber relfilenumber,
727727
*
728728
* If the return value is BACK_UP_FILE_FULLY, caller should back up the whole
729729
* file just as if this were not an incremental backup. The contents of the
730-
* relative_block_numbers array is unspecified in this case.
730+
* relative_block_numbers array are unspecified in this case.
731731
*
732732
* If the return value is BACK_UP_FILE_INCREMENTALLY, caller should include
733733
* an incremental file in the backup instead of the entire file. On return,

0 commit comments

Comments
 (0)