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:18
Message-ID: 20100402161718.6704D7541D0@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_1_STABLE

Modified Files:
--------------
pgsql/contrib/pgstattuple:
pgstattuple.c (r1.20.2.1 -> r1.20.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.20.2.1&r2=1.20.2.2)

Browse pgsql-committers by date

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