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

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

Commit: 84cce313720b75642a098ceacdb2dc23fc35fcc5
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-23T21:29:17Z
Releases: 8.2.16
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