Ensure that contrib/pgstattuple functions respond to cancel interrupts

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 2154452ca43f7f8e76279fb5b973b59d52a81606
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-04-02T16:17:31Z
Releases: 7.4.29
Ensure that contrib/pgstattuple functions respond to cancel interrupts
reasonably promptly, by adding CHECK_FOR_INTERRUPTS in the per-page loops.

Tatsuhito Kasahara

Files

PathChange+/−
contrib/pgstattuple/pgstattuple.c modified +8 −1