mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Make message more consistent
This commit is contained in:
parent
7de38741c0
commit
5177dfefc5
@ -905,7 +905,7 @@ BaseBackup(void)
|
||||
}
|
||||
if (PQntuples(res) != 1)
|
||||
{
|
||||
fprintf(stderr, _("%s: no end point returned from server\n"),
|
||||
fprintf(stderr, _("%s: no WAL end position returned from server\n"),
|
||||
progname);
|
||||
disconnect_and_exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user