mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Message fixes and style improvements
This commit is contained in:
@ -50,7 +50,7 @@ RestoreArchivedFile(const char *path, const char *xlogfname,
|
||||
xlogfname, NULL);
|
||||
if (xlogRestoreCmd == NULL)
|
||||
{
|
||||
pg_log_fatal("could not use restore_command with %%r alias");
|
||||
pg_log_fatal("cannot use restore_command with %%r placeholder");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
@ -109,7 +109,7 @@ RestoreArchivedFile(const char *path, const char *xlogfname,
|
||||
*/
|
||||
if (wait_result_is_any_signal(rc, true))
|
||||
{
|
||||
pg_log_fatal("restore_command failed due to the signal: %s",
|
||||
pg_log_fatal("restore_command failed: %s",
|
||||
wait_result_to_str(rc));
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user