This commit is contained in:
Pere Diaz Bou
2025-10-03 17:30:48 +02:00
parent 6c1983aadf
commit c612a51df7

View File

@@ -330,7 +330,6 @@ impl<Clock: LogicalClock> CheckpointStateMachine<Clock> {
// Start a pager transaction to write committed versions to B-tree
let result = self.pager.begin_read_tx();
if let Err(crate::LimboError::Busy) = result {
return Err(crate::LimboError::Busy);
}
result?;