Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1f75a5f

Browse files
committed
pg_isready: Message improvement
1 parent d368a30 commit 1f75a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/scripts/pg_isready.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ main(int argc, char **argv)
143143
defs = PQconndefaults();
144144
if (defs == NULL)
145145
{
146-
fprintf(stderr, _("%s: cannot fetch default options\n"), progname);
146+
fprintf(stderr, _("%s: could not fetch default options\n"), progname);
147147
exit(PQPING_NO_ATTEMPT);
148148
}
149149

0 commit comments

Comments
 (0)