Remove the specified tuple from the buffer pool. Will acquire a write lock on the page the tuple is removed from. May block if the lock cannot be acquired. Marks any pages that were dirtied by the operation as dirty by calling their markDirty bit. Does not need to update cached versions of any page
(TransactionId tid, Tuple t)
source not stored for this graph (policy: none)
no test coverage detected