Ensure that contrib/pgstattuple functions respond to cancel interrupts
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 2010 16:16:51 +0000 (16:16 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 2010 16:16:51 +0000 (16:16 +0000)
commit33065ef8bc52253ae855bc959576e52d8a28ba06
tree7369d8d2e5a1fb6a98d7126be066e0e24ddf5064
parent4c1062330630af820f5bc4a72641b3390929e525
Ensure that contrib/pgstattuple functions respond to cancel interrupts
reasonably promptly, by adding CHECK_FOR_INTERRUPTS in the per-page loops.

Tatsuhito Kasahara
contrib/pgstattuple/pgstattuple.c