pendingPageIds returns all pending pages by transaction id.
()
| 70 | |
| 71 | // pendingPageIds returns all pending pages by transaction id. |
| 72 | pendingPageIds() map[common.Txid]*txPending |
| 73 | |
| 74 | // release moves all page ids for a transaction id (or older) to the freelist. |
| 75 | release(txId common.Txid) |
no outgoing calls