pgsql: Don't set the signal handler for SIGQUIT on Windows.

Поиск
Список
Период
Сортировка
От heikki@postgresql.org (Heikki Linnakangas)
Тема pgsql: Don't set the signal handler for SIGQUIT on Windows.
Дата
Msg-id 20090318203036.B297D754ADE@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Don't set the signal handler for SIGQUIT on Windows. Buildfarm shows that
reinstalling the default signal handler doesn't work as it is on Windows.
Presumably core dumps on SIGQUIT are not a problem on Windows, so rather
than figure out what header files or other changes are required to make it
work, just don't bother.

Tags:
----
REL8_3_STABLE

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

В списке pgsql-committers по дате отправления:

Предыдущее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Don't set the signal handler for SIGQUIT on Windows.
Следующее
От: dfetter@pgfoundry.org (David Fetter)
Дата:
Сообщение: dbi-link - dbi-link: Make sure people know how to deal with a silly