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

Commitf887294

Browse files
committed
Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast
suggestion.
1 parent72bd19d commitf887294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_ctl/pg_ctl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ do_stop(void)
866866

867867
write_stderr(_("%s: server does not shut down\n"),progname);
868868
if (shutdown_mode==SMART_MODE)
869-
write_stderr(_("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
869+
write_stderr(_("HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
870870
"waiting for session-initiated disconnection.\n"));
871871
exit(1);
872872
}
@@ -956,7 +956,7 @@ do_restart(void)
956956

957957
write_stderr(_("%s: server does not shut down\n"),progname);
958958
if (shutdown_mode==SMART_MODE)
959-
write_stderr(_("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
959+
write_stderr(_("HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
960960
"waiting for session-initiated disconnection.\n"));
961961
exit(1);
962962
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp