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:05
Message-ID: [email protected]
Views: Whole Thread | Raw Message | 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_3_STABLE

Modified Files:
--------------
pgsql/contrib/pgstattuple:
pgstattuple.c (r1.32.2.1 -> r1.32.2.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.32.2.1&r2=1.32.2.2)

Browse pgsql-committers by date

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