We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303b7fc commit 3f9cf6bCopy full SHA for 3f9cf6b
src/bin/pg_ctl/pg_ctl.c
@@ -865,6 +865,9 @@ do_stop(void)
865
print_msg(_(" failed\n"));
866
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"));
871
exit(1);
872
}
873
print_msg(_(" done\n"));
@@ -952,6 +955,9 @@ do_restart(void)
952
955
953
956
954
957
958
959
960
961
962
963
0 commit comments