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