postgresql/src/backend/access
Tom Lane 2d7f694729 Move btbulkdelete's vacuum_delay_point() call to a place in the loop where
we are not holding a buffer content lock; where it was, InterruptHoldoffCount
is positive and so we'd not respond to cancel signals as intended.  Also
add missing vacuum_delay_point() call in btvacuumcleanup.  This should fix
complaint from Evgeny Gridasov about failure to respond to SIGINT/SIGTERM
in a timely fashion (bug #2257).
2006-02-14 17:20:01 +00:00
..
common Some minor code cleanup, falling out from the removal of rtree. SK_NEGATE 2006-01-14 22:03:35 +00:00
gist Add some missing vacuum_delay_point calls in GIST vacuuming. 2006-02-14 16:39:32 +00:00
hash Skip ambulkdelete scan if there's nothing to delete and the index is not 2006-02-11 23:31:34 +00:00
heap Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
index Skip ambulkdelete scan if there's nothing to delete and the index is not 2006-02-11 23:31:34 +00:00
nbtree Move btbulkdelete's vacuum_delay_point() call to a place in the loop where 2006-02-14 17:20:01 +00:00
transam Repair longstanding bug in slru/clog logic: it is possible for two backends 2006-01-21 04:38:21 +00:00
Makefile R-tree is dead ... long live GiST. 2005-11-07 17:36:47 +00:00