mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Message style fixes
This commit is contained in:
@ -11297,7 +11297,7 @@ read_backup_label(XLogRecPtr *checkPointLoc, bool *backupEndRequired,
|
||||
ereport(FATAL,
|
||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||
errmsg("invalid data in file \"%s\"", BACKUP_LABEL_FILE),
|
||||
errdetail("Timeline ID parsed is %u, but expected %u",
|
||||
errdetail("Timeline ID parsed is %u, but expected %u.",
|
||||
tli_from_file, tli_from_walseg)));
|
||||
|
||||
ereport(DEBUG1,
|
||||
|
Reference in New Issue
Block a user