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