mirror of
https://github.com/postgres/postgres.git
synced 2025-12-16 16:42:29 +03:00
Message style improvements
This commit is contained in:
@@ -1104,7 +1104,7 @@ getRestoreCommand(const char *argv0)
|
||||
|
||||
restore_command = pipe_read_line(postgres_cmd->data);
|
||||
if (restore_command == NULL)
|
||||
pg_fatal("unable to read restore_command from target cluster");
|
||||
pg_fatal("could not read restore_command from target cluster");
|
||||
|
||||
(void) pg_strip_crlf(restore_command);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user