From 0badb069bc9f590dbc1306ccbd51e99ed81f228c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 31 Mar 2015 11:46:27 -0400 Subject: pg_ctl: change default shutdown mode from 'smart' to 'fast' Retain the order of the options in the documentation. --- src/bin/pg_ctl/pg_ctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 8202633d056..ea6db8c26b5 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -79,7 +79,7 @@ static bool do_wait = false; static bool wait_set = false; static int wait_seconds = DEFAULT_WAIT; static bool silent_mode = false; -static ShutdownMode shutdown_mode = SMART_MODE; +static ShutdownMode shutdown_mode = FAST_MODE; static int sig = SIGTERM; /* default */ static CtlCommand ctl_command = NO_COMMAND; static char *pg_data = NULL; -- cgit v1.2.3