]> granicus.if.org Git - postgresql/commit
Insert CHECK_FOR_INTERRUPTS calls into loops in dbsize.c, to ensure that
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Jan 2010 21:29:17 +0000 (21:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Jan 2010 21:29:17 +0000 (21:29 +0000)
commit84cce313720b75642a098ceacdb2dc23fc35fcc5
treec2fab2c65a4875f39aebda19105e2f8dac051e13
parentcfac3efb2f75d19b35f428fa4d248b4114cd0437
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.
src/backend/utils/adt/dbsize.c