8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7b3b3 commit 7a245bfCopy full SHA for 7a245bf
src/bin/pg_ctl/pg_ctl.c
@@ -80,7 +80,7 @@ static bool wait_set = false;
80
static int wait_seconds = DEFAULT_WAIT;
81
static bool silent_mode = false;
82
static ShutdownMode shutdown_mode = FAST_MODE;
83
-static int sig = SIGTERM; /* default */
+static int sig = SIGINT; /* default */
84
static CtlCommand ctl_command = NO_COMMAND;
85
static char *pg_data = NULL;
86
static char *pg_config = NULL;
0 commit comments