Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast
suggestion.
This commit is contained in:
parent
72bd19dbdd
commit
f887294ccf
@ -866,7 +866,7 @@ do_stop(void)
|
|||||||
|
|
||||||
write_stderr(_("%s: server does not shut down\n"), progname);
|
write_stderr(_("%s: server does not shut down\n"), progname);
|
||||||
if (shutdown_mode == SMART_MODE)
|
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"));
|
"waiting for session-initiated disconnection.\n"));
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
@ -956,7 +956,7 @@ do_restart(void)
|
|||||||
|
|
||||||
write_stderr(_("%s: server does not shut down\n"), progname);
|
write_stderr(_("%s: server does not shut down\n"), progname);
|
||||||
if (shutdown_mode == SMART_MODE)
|
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"));
|
"waiting for session-initiated disconnection.\n"));
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user