mirror of
https://github.com/postgres/postgres.git
synced 2025-05-09 18:21:05 +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)
|
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);
|
progname);
|
||||||
disconnect_and_exit(1);
|
disconnect_and_exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user