Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
petuhovskiy committed Jun 21, 2024
1 parent b5e4be5 commit 58f4fb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions safekeeper/src/timeline_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
use std::{sync::Arc, time::Duration};

use postgres_ffi::XLogSegNo;
use tokio::{
io::AsyncWriteExt,
task::{JoinError, JoinHandle},
};
use tokio::
task::{JoinError, JoinHandle}
;
use tracing::{info, info_span, instrument, warn, Instrument};
use utils::lsn::Lsn;

Expand Down

0 comments on commit 58f4fb8

Please sign in to comment.