Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f887294

Browse files
committed
Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast
suggestion.
1 parent 72bd19d commit f887294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_ctl/pg_ctl.c

+2-2
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)