// The exclusive lock on the head row has been gotten.
if (work.reclaimWhat() == ReclaimSpace.ROW_RESERVE)
{
// This row may benefit from compaction.
containerHdl.compactRecord(headRecord);
// This work is being done - post commit, there is no user
// transaction that depends on the commit being sync'd. It is safe
// to commitNoSync() This do as one of 2 things will happen:
//