Remove extra tracing

This commit is contained in:
Konstantin Knizhnik
2021-09-22 11:07:27 +03:00
parent b472e28f3a
commit 25ca847295
3 changed files with 2 additions and 2 deletions

View File

@@ -1232,6 +1232,7 @@ impl LayeredTimeline {
self.timelineid,
lsn
);
layer =
InMemoryLayer::create(self.conf, self.timelineid, self.tenantid, seg, lsn, lsn)?;
}

View File

@@ -295,7 +295,6 @@ fn walreceiver_main(
let apply_lsn = PgLsn::from(0);
let ts = SystemTime::now();
const NO_REPLY: u8 = 0;
info!("Send write lsn={}", write_lsn);
physical_stream.standby_status_update(write_lsn, flush_lsn, apply_lsn, ts, NO_REPLY)?;
}
}