pgsql: Ensure that contrib/pgstattuple functions respond to cancel

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure that contrib/pgstattuple functions respond to cancel
Date: 2010-04-02 16:17:31
Message-ID: 20100402161731.7FF317541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-04-02 17:29:23 pgsql: Clarify some behaviours of REASSIGN OWNED and DROP OWNED BY.
Previous Message Tom Lane 2010-04-02 16:17:24 pgsql: Ensure that contrib/pgstattuple functions respond to cancel

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2010-04-02 16:34:02 Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c
Previous Message Josh Berkus 2010-04-02 16:15:19 Re: Compile fail, alpha5 & gcc 4.3.3 in elog.c