Skip to content

Commit cc02b5e

Browse files
committed
Remove period from primary error message.
1 parent 14bfea3 commit cc02b5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/pg_ctl/pg_ctl.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
66
*
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 $
88
*
99
*-------------------------------------------------------------------------
1010
*/
@@ -756,7 +756,7 @@ do_stop(void)
756756
{
757757
if ((shutdown_mode == SMART_MODE) && (stat(backup_file, &statbuf) == 0))
758758
{
759-
print_msg(_("WARNING: online backup mode is active.\n"
759+
print_msg(_("WARNING: online backup mode is active\n"
760760
"Shutdown will not complete until pg_stop_backup() is called.\n\n"));
761761
}
762762

@@ -833,7 +833,7 @@ do_restart(void)
833833

834834
if ((shutdown_mode == SMART_MODE) && (stat(backup_file, &statbuf) == 0))
835835
{
836-
print_msg(_("WARNING: online backup mode is active.\n"
836+
print_msg(_("WARNING: online backup mode is active\n"
837837
"Shutdown will not complete until pg_stop_backup() is called.\n\n"));
838838
}
839839

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy