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:16:57
Message-ID: 20100402161657.EDAB27541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/contrib/pgstattuple:
pgstattuple.c (r1.38 -> r1.38.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.38&r2=1.38.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-04-02 16:17:05 pgsql: Ensure that contrib/pgstattuple functions respond to cancel
Previous Message Tom Lane 2010-04-02 16:16:51 pgsql: Ensure that contrib/pgstattuple functions respond to cancel