// If we purged the last row off an overflow page, reclaim that
// page - we have to do this post transaction termination because we
// are underneath the log right now and cannot interrupt the log
// stream.
if (rxact.handlesPostTerminationWork() &&
undoPage.isOverflowPage() && undoPage.recordCount() == 0)
{
ReclaimSpace work =
new ReclaimSpace(ReclaimSpace.PAGE, (PageKey)undoPage.getIdentity(),
rxact.getDataFactory(), true /* service ASAP */);