mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo and case in messages
Follow up to dc2123400
Kyotaro Horiguchi
Discussion: https://postgr.es/m/20231222.154939.1509525390095583358.horikyota.ntt@gmail.com
Discussion: https://postgr.es/m/20231225.145124.1745560266993421173.horikyota.ntt@gmail.com
This commit is contained in:
@ -575,7 +575,7 @@ PrepareForIncrementalBackup(IncrementalBackupInfo *ib,
|
||||
tle->tli,
|
||||
LSN_FORMAT_ARGS(tli_start_lsn),
|
||||
LSN_FORMAT_ARGS(tli_end_lsn)),
|
||||
errdetail("The first unsummarized LSN is this range is %X/%X.",
|
||||
errdetail("The first unsummarized LSN in this range is %X/%X.",
|
||||
LSN_FORMAT_ARGS(tli_missing_lsn))));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user