Ensure that contrib/pgstattuple functions respond to cancel interrupts

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

Commit: e333b5297b8aa6edc95a75e6063840fb3bbe2df9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-04-02T16:17:05Z
Releases: 8.3.11
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