File tree
2 files changed
+2
-2
lines changed- src
- backend/backup
- bin/pg_combinebackup
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
@@ -575,7 +575,7 @@ PrepareForIncrementalBackup(IncrementalBackupInfo *ib,
575
575
tle->tli,
576
576
LSN_FORMAT_ARGS(tli_start_lsn),
577
577
LSN_FORMAT_ARGS(tli_end_lsn)),
578
- errdetail("The first unsummarized LSN is this range is %X/%X.",
578
+ errdetail("The first unsummarized LSN in this range is %X/%X.",
579
579
LSN_FORMAT_ARGS(tli_missing_lsn))));
580
580
}
581
581
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 |
| - | |
| 541 | + | |
542 | 542 |
| |
543 | 543 |
| |
544 | 544 |
| |
|
0 commit comments