File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -865,6 +865,9 @@ do_stop(void)
865
865
print_msg (_ (" failed\n" ));
866
866
867
867
write_stderr (_ ("%s: server does not shut down\n" ), progname );
868
+ if (shutdown_mode == SMART_MODE )
869
+ write_stderr (_ ("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
870
+ "waiting for session-initiated disconnection.\n" ));
868
871
exit (1 );
869
872
}
870
873
print_msg (_ (" done\n" ));
@@ -952,6 +955,9 @@ do_restart(void)
952
955
print_msg (_ (" failed\n" ));
953
956
954
957
write_stderr (_ ("%s: server does not shut down\n" ), progname );
958
+ if (shutdown_mode == SMART_MODE )
959
+ write_stderr (_ ("TIP: the \"-m fast\" option immediately disconnects sessions rather than\n"
960
+ "waiting for session-initiated disconnection.\n" ));
955
961
exit (1 );
956
962
}
957
963
You can’t perform that action at this time.
0 commit comments