pgsql: Ensure that contrib/pgstattuple functions respond to cancel

Started by Tom Laneover 16 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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_0_STABLE

Modified Files:
--------------
pgsql/contrib/pgstattuple:
pgstattuple.c (r1.17.4.1 -> r1.17.4.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pgstattuple/pgstattuple.c?r1=1.17.4.1&r2=1.17.4.2)