pgsql: Move btbulkdelete's vacuum_delay_point() call to a place in the

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Move btbulkdelete's vacuum_delay_point() call to a place in the
Дата
Msg-id 20060214172017.C4E6D9DC9F0@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Move btbulkdelete's vacuum_delay_point() call to a place in the loop where
we are not holding a buffer content lock; where it was, InterruptHoldoffCount
is positive and so we'd not respond to cancel signals as intended.  Also
add missing vacuum_delay_point() call in btvacuumcleanup.  This should fix
complaint from Evgeny Gridasov about failure to respond to SIGINT/SIGTERM
in a timely fashion (bug #2257).

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/nbtree:
        nbtree.c (r1.124.4.1 -> r1.124.4.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/nbtree/nbtree.c.diff?r1=1.124.4.1&r2=1.124.4.2)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Move btbulkdelete's vacuum_delay_point() call to a place in the
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add psql option: -1 or --single-transaction