Обсуждение: pgsql: Disable triggering failover with a signal in pg_standby on

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

pgsql: Disable triggering failover with a signal in pg_standby on

От
heikki@postgresql.org (Heikki Linnakangas)
Дата:
Log Message:
-----------
Disable triggering failover with a signal in pg_standby on Windows, because
Windows doesn't do signal processing like other platforms do. It never
really worked, but recent changes to the signal handling made it crash.

This fixes bug #4961. Patch by Fujii Masao.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/contrib/pg_standby:
        pg_standby.c (r1.10.2.6 -> r1.10.2.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?r1=1.10.2.6&r2=1.10.2.7)