Make pg_ctl use SIGINT as a default shutdown signal.

Fujii Masao <fujii@postgresql.org>

Commit: 7a245bfe76125e32bb26f63893ee9f9fb0fa3ce2
Author: Fujii Masao <fujii@postgresql.org>
Date: 2015-03-31T17:10:24Z
Releases: 9.5.0
Make pg_ctl use SIGINT as a default shutdown signal.

The commit 0badb06 changed the default shutdown mode from smart to fast,
but forgot to change the default shutdown signal from SIGTERM to SIGINT.

Files

PathChange+/−
src/bin/pg_ctl/pg_ctl.c modified +1 −1