mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
Fix build after applying PR #2558
This commit is contained in:
committed by
Anastasia Lubennikova
parent
91411c415a
commit
6b49b370fc
@@ -1961,7 +1961,7 @@ impl Timeline {
|
||||
write_guard.store_and_unlock(new_gc_cutoff).wait();
|
||||
|
||||
// Persist metadata file
|
||||
self.update_metadata_file(self.disk_consistent_lsn.load(), HashSet::new())?;
|
||||
self.update_metadata_file(self.disk_consistent_lsn.load(), HashMap::new())?;
|
||||
}
|
||||
|
||||
info!("GC starting");
|
||||
|
||||
Reference in New Issue
Block a user