Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc02b5e

Browse files
committed
Remove period from primary error message.
1 parent14bfea3 commitcc02b5e

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)

[8]ページ先頭

©2009-2025 Movatter.jp