pgsql: Ensure that contrib/pgstattuple functions respond to cancel - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Ensure that contrib/pgstattuple functions respond to cancel
Date
Msg-id 20100402161731.7FF317541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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:
----
REL7_4_STABLE

Modified Files:
--------------
    pgsql/contrib/pgstattuple:
        pgstattuple.c (r1.12.4.2 -> r1.12.4.3)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.12.4.2&r2=1.12.4.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Ensure that contrib/pgstattuple functions respond to cancel
Next
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Clarify some behaviours of REASSIGN OWNED and DROP OWNED BY.