1
0
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:
Peter Eisentraut
2024-08-27 16:54:10 +02:00
parent dc26ff2f22
commit 2e6a8047f0
6 changed files with 11 additions and 11 deletions

View File

@@ -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);