提交 f887294c 编写于 作者: B Bruce Momjian

Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast

suggestion.
上级 72bd19db
......@@ -866,7 +866,7 @@ do_stop(void)
write_stderr(_("%s: server does not shut down\n"), progname);
if (shutdown_mode == SMART_MODE)
write_stderr(_("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
write_stderr(_("HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
"waiting for session-initiated disconnection.\n"));
exit(1);
}
......@@ -956,7 +956,7 @@ do_restart(void)
write_stderr(_("%s: server does not shut down\n"), progname);
if (shutdown_mode == SMART_MODE)
write_stderr(_("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
write_stderr(_("HINT: The \"-m fast\" option immediately disconnects sessions rather than\n"
"waiting for session-initiated disconnection.\n"));
exit(1);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册