]> granicus.if.org Git - postgresql/commit
Ensure that contrib/pgstattuple functions respond to cancel interrupts
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 2010 16:17:31 +0000 (16:17 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 2 Apr 2010 16:17:31 +0000 (16:17 +0000)
commit2154452ca43f7f8e76279fb5b973b59d52a81606
tree5d56c73820affea522c76239e5efc8b1a8429540
parentb60e3ddc2e911e57af6ac5b0f2cfa7dd58bf5006
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