mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Message string improvements
This commit is contained in:
@ -852,7 +852,7 @@ main(int argc, char **argv)
|
||||
if (db_name == NULL)
|
||||
{
|
||||
fprintf(stderr,
|
||||
_("%s: failed to establish database specific replication connection\n"),
|
||||
_("%s: could not establish database-specific replication connection\n"),
|
||||
progname);
|
||||
disconnect_and_exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user