mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
pg_isready: Message improvement
This commit is contained in:
@ -143,7 +143,7 @@ main(int argc, char **argv)
|
|||||||
defs = PQconndefaults();
|
defs = PQconndefaults();
|
||||||
if (defs == NULL)
|
if (defs == NULL)
|
||||||
{
|
{
|
||||||
fprintf(stderr, _("%s: cannot fetch default options\n"), progname);
|
fprintf(stderr, _("%s: could not fetch default options\n"), progname);
|
||||||
exit(PQPING_NO_ATTEMPT);
|
exit(PQPING_NO_ATTEMPT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user