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

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

Commit: 61da9c4e2520b3ec4735c8eee1c3adbe9c697ca2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-01-23T21:29:12Z
Releases: 8.3.10
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