pgsql: Make pg_ctl use SIGINT as a default shutdown signal.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_ctl use SIGINT as a default shutdown signal.
Date: 2015-03-31 17:11:12
Message-ID: E1Yczh2-00079a-4B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7a245bfe76125e32bb26f63893ee9f9fb0fa3ce2

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-31 17:20:39 Re: pgsql: Make pg_ctl use SIGINT as a default shutdown signal.
Previous Message Andres Freund 2015-03-31 16:15:48 Re: [COMMITTERS] pgsql: Centralize definition of integer limits.