Change "TIP" to "HINT" to match backend message style, in pg_ctl -m fast
authorBruce Momjian <[email protected]>
Fri, 11 Mar 2011 10:02:57 +0000 (05:02 -0500)
committerBruce Momjian <[email protected]>
Fri, 11 Mar 2011 10:02:57 +0000 (05:02 -0500)
suggestion.

src/bin/pg_ctl/pg_ctl.c

index 4b9fb84c39fc7b87cb0a2df021314c527addb024..e553c9b9d4b8e9eb83f3c38faf5d5ef8767ce743 100644 (file)
@@ -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);
        }