Обсуждение: pgsql: Ensure that contrib/pgstattuple functions respond to cancel

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

pgsql: Ensure that contrib/pgstattuple functions respond to cancel

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Ensure that contrib/pgstattuple functions respond to cancel interrupts
reasonably promptly, by adding CHECK_FOR_INTERRUPTS in the per-page loops.

Tatsuhito Kasahara

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/contrib/pgstattuple:
        pgstattuple.c (r1.25.2.2 -> r1.25.2.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.25.2.2&r2=1.25.2.3)