pgsql: Arrange for SIGINT in autovacuum workers to cancel the current

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Arrange for SIGINT in autovacuum workers to cancel the current
Дата
Msg-id 20070629170740.504AF9FB349@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Arrange for SIGINT in autovacuum workers to cancel the current table and
continue with the schedule.  Change current uses of SIGINT to abort a worker
into SIGTERM, which keeps the old behaviour of terminating the process.

Patch from ITAGAKI Takahiro, with some editorializing of my own.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.51 -> r1.52)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.51&r2=1.52)
        postmaster.c (r1.528 -> r1.529)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/postmaster.c.diff?r1=1.528&r2=1.529)
    pgsql/src/backend/storage/ipc:
        procarray.c (r1.26 -> r1.27)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c.diff?r1=1.26&r2=1.27)
    pgsql/src/backend/tcop:
        postgres.c (r1.534 -> r1.535)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.534&r2=1.535)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix computation of PG_VERSION_NUM by configure: remove
Следующее
От: pgunittest@pgfoundry.org (User Pgunittest)
Дата:
Сообщение: pgunittest - pgUnitTest: