pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to
Дата
Msg-id 20100123212900.BD24B7541B9@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that
the various disk-size-reporting functions will respond to query cancel
reasonably promptly even in very large databases.  Per report from
Kevin Grittner.

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        dbsize.c (r1.27 -> r1.28)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c?r1=1.27&r2=1.28)

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgsql: In HS, Startup process sets SIGALRM when waiting for buffer pin.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to