mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 07:46:09 -04:00
Make message more consistent
This commit is contained in:
parent
7de38741c0
commit
5177dfefc5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue