Ensure that contrib/pgstattuple functions respond to cancel interrupts

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

Commit: 33065ef8bc52253ae855bc959576e52d8a28ba06
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-04-02T16:16:51Z
Releases: 9.0.0
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