projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4646e0c
)
Improve pg_ctl "cannot connect" spacing, per Tom, and wording.
author
Bruce Momjian
<
[email protected]
>
Fri, 26 Nov 2010 15:04:18 +0000
(10:04 -0500)
committer
Bruce Momjian
<
[email protected]
>
Fri, 26 Nov 2010 15:04:18 +0000
(10:04 -0500)
src/bin/pg_ctl/pg_ctl.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_ctl/pg_ctl.c
b/src/bin/pg_ctl/pg_ctl.c
index 84cd8006c7dedaa4f56db58db2116c082c06f59b..dc30f5de9f535d928cf3d83bc470133592a22db2 100644
(file)
--- a/
src/bin/pg_ctl/pg_ctl.c
+++ b/
src/bin/pg_ctl/pg_ctl.c
@@
-754,7
+754,7
@@
do_start(void)
print_msg(_(" done\n"));
print_msg(_("server started\n"));
if (status == PQREJECT)
- write_stderr(_("warning: could not connect;
might be due to
invalid authentication or\n"
+ write_stderr(_("warning: could not connect;
might be caused by
invalid authentication or\n"
"misconfiguration.\n"));
}
}