Revert "safekeeper: check for non-consecutive writes in safekeeper.rs" (#8771)

Reverts neondatabase/neon#8640

This broke `test_last_log_term_switch` via a merge race of some kind.
This commit is contained in:
John Spray
2024-08-20 12:34:53 +01:00
committed by GitHub
parent c96593b473
commit 02a28c01ca
3 changed files with 0 additions and 37 deletions

View File

@@ -177,10 +177,6 @@ impl DiskWALStorage {
#[async_trait::async_trait]
impl wal_storage::Storage for DiskWALStorage {
// Last written LSN.
fn write_lsn(&self) -> Lsn {
self.write_lsn
}
/// LSN of last durably stored WAL record.
fn flush_lsn(&self) -> Lsn {
self.flush_record_lsn