Ensure that contrib/pgstattuple functions respond to cancel interrupts

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

Commit: 0926c76c8e21c7fe44856a6206e28c7d46e8e0a3
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-04-02T16:16:57Z
Releases: 8.4.4
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 +11 −1