git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 14bfea3)
Remove period from primary error message.
2009年1月15日 22:33:19 +0000 (22:33 +0000)
2009年1月15日 22:33:19 +0000 (22:33 +0000)

diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
index 0f0ff8cbeedd041d29efbe9261febdb35f92d059..a401f3c3881e0f2b859bb3c6a720913eefc76ddd 100644 (file)
--- a/src/bin/pg_ctl/pg_ctl.c
+++ b/src/bin/pg_ctl/pg_ctl.c
@@ -4,7 +4,7 @@
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
*
- * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.106 2009年01月01日 17:23:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.107 2009年01月15日 22:33:19 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -756,7 +756,7 @@ do_stop(void)
{
if ((shutdown_mode == SMART_MODE) && (stat(backup_file, &statbuf) == 0))
{
- print_msg(_("WARNING: online backup mode is active.\n"
+ print_msg(_("WARNING: online backup mode is active\n"
"Shutdown will not complete until pg_stop_backup() is called.\n\n"));
}
@@ -833,7 +833,7 @@ do_restart(void)
if ((shutdown_mode == SMART_MODE) && (stat(backup_file, &statbuf) == 0))
{
- print_msg(_("WARNING: online backup mode is active.\n"
+ print_msg(_("WARNING: online backup mode is active\n"
"Shutdown will not complete until pg_stop_backup() is called.\n\n"));
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /