]> 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:23 +0000 (21:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 23 Jan 2010 21:29:23 +0000 (21:29 +0000)
commit8ecbda7707baf8b75c8fbfbea564270bf27c8bd6
treed7ecf68e8bd95c30fddbeb25030dfd154b397765
parentae76ee9af95335ee201b184b69beb78e8c8856c5
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