mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
pg_isready: Message improvement
This commit is contained in:
parent
d368a301b3
commit
1f75a5f9c1
@ -143,7 +143,7 @@ main(int argc, char **argv)
|
||||
defs = PQconndefaults();
|
||||
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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user