620621622623624625626627628629630
} final BIN bin = (BIN) in; assert bin.isLatchOwnerForWrite(); /* Cursors prohibit compression. */ if (bin.nCursors() > 0) { return; } /* Compress. Then if empty, queue for pruning. */ if (bin.compress(null /*localTracker*/)) {
794795796797798799800801802803804
assert in.isLatchOwner(); /* BIN is latched. */ BIN bin = (BIN) in; int nCursors = bin.nCursors(); if (nCursors > 0) { /* Cursor prohibit compression. */ return; } else { BINReference binRef =
745746747748749750751752753754755
750751752753754755756757758759760
assert in.isLatchOwnerForWrite(); /* BIN is latched. */ BIN bin = (BIN) in; int nCursors = bin.nCursors(); if (nCursors > 0) { /* Cursor prohibit compression. */ return; } else { BINReference binRef =