Make pg_ctl use SIGINT as a default shutdown signal.
authorFujii Masao <fujii@postgresql.org>
Tue, 31 Mar 2015 17:10:24 +0000 (02:10 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 31 Mar 2015 17:10:24 +0000 (02:10 +0900)
commit7a245bfe76125e32bb26f63893ee9f9fb0fa3ce2
tree06050af67d8c317bd5bdea79cc1a870b3e2e61a7
parented7b3b3811c5836a54549caaa217314be3f16fd0
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.
src/bin/pg_ctl/pg_ctl.c