Обсуждение: pgsql: Don't intercept SIGQUIT as a signal to trigger failover; that's

Поиск
Список
Период
Сортировка

pgsql: Don't intercept SIGQUIT as a signal to trigger failover; that's

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Don't intercept SIGQUIT as a signal to trigger failover; that's what
postmaster uses for immediate shutdown. Trap SIGUSR1 as the preferred
signal for that.

Per report by Fujii Masao and subsequent discussion on -hackers.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/contrib/pg_standby:
        pg_standby.c (r1.10.2.3 -> r1.10.2.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.10.2.3&r2=1.10.2.4)