Обсуждение: pgsql: Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to

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

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        dbsize.c (r1.16.2.1 -> r1.16.2.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c?r1=1.16.2.1&r2=1.16.2.2)