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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy