|
4 | 4 | *
|
5 | 5 | * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
|
6 | 6 | *
|
7 |
| - * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.106 2009/01/01 17:23:54 momjian Exp $ |
| 7 | + * $PostgreSQL: pgsql/src/bin/pg_ctl/pg_ctl.c,v 1.107 2009/01/15 22:33:19 petere Exp $ |
8 | 8 | *
|
9 | 9 | *-------------------------------------------------------------------------
|
10 | 10 | */
|
@@ -756,7 +756,7 @@ do_stop(void)
|
756 | 756 | {
|
757 | 757 | if ((shutdown_mode==SMART_MODE)&& (stat(backup_file,&statbuf)==0))
|
758 | 758 | {
|
759 |
| -print_msg(_("WARNING: online backup mode is active.\n" |
| 759 | +print_msg(_("WARNING: online backup mode is active\n" |
760 | 760 | "Shutdown will not complete until pg_stop_backup() is called.\n\n"));
|
761 | 761 | }
|
762 | 762 |
|
@@ -833,7 +833,7 @@ do_restart(void)
|
833 | 833 |
|
834 | 834 | if ((shutdown_mode==SMART_MODE)&& (stat(backup_file,&statbuf)==0))
|
835 | 835 | {
|
836 |
| -print_msg(_("WARNING: online backup mode is active.\n" |
| 836 | +print_msg(_("WARNING: online backup mode is active\n" |
837 | 837 | "Shutdown will not complete until pg_stop_backup() is called.\n\n"));
|
838 | 838 | }
|
839 | 839 |
|
|