release moves all page ids for a transaction id (or older) to the freelist.
(txId common.Txid)
| 73 | |
| 74 | // release moves all page ids for a transaction id (or older) to the freelist. |
| 75 | release(txId common.Txid) |
| 76 | |
| 77 | // releaseRange moves pending pages allocated within an extent [begin,end] to the free list. |
| 78 | releaseRange(begin, end common.Txid) |
no outgoing calls