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

Commit 7d7ef07

Browse files
committed
1 parent e047783 commit 7d7ef07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/backup/basebackup_incremental.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ PrepareForIncrementalBackup(IncrementalBackupInfo *ib,
575575
tle->tli,
576576
LSN_FORMAT_ARGS(tli_start_lsn),
577577
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.",
579579
LSN_FORMAT_ARGS(tli_missing_lsn))));
580580
}
581581

src/bin/pg_combinebackup/pg_combinebackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ check_control_files(int n_backups, char **backup_dirs)
538538

539539
/* Control file contents not meaningful if CRC is bad. */
540540
if (!crc_ok)
541-
pg_fatal("%s: crc is incorrect", controlpath);
541+
pg_fatal("%s: CRC is incorrect", controlpath);
542542

543543
/* Can't interpret control file if not current version. */
544544
if (control_file->pg_control_version != PG_CONTROL_VERSION)

0 commit comments

Comments
 (0)