Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d7ef07

Browse files
committed
1 parente047783 commit7d7ef07

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 LSNis this range is %X/%X.",
578+
errdetail("The first unsummarized LSNin 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)

[8]ページ先頭

©2009-2025 Movatter.jp