Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that

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

Commit: 841df96f83c8001e388f3149b4a362c785a34ed5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-23T21:29:00Z
Releases: 9.0.0
Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that
the various disk-size-reporting functions will respond to query cancel
reasonably promptly even in very large databases.  Per report from
Kevin Grittner.

Files

PathChange+/−
src/backend/utils/adt/dbsize.c modified +9 −1