mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 20:10:38 +00:00
doc: fix outdated commit
This commit is contained in:
@@ -822,8 +822,7 @@ impl LayerInner {
|
||||
let can_evict = self.have_remote_client;
|
||||
|
||||
if gc {
|
||||
// do nothing now, only when the whole layer is dropped. gc will end up deleting the
|
||||
// whole layer, in case there is no reference cycle.
|
||||
// do nothing now, only in LayerInner::drop
|
||||
} else if can_evict && evict {
|
||||
let version = self.version.load(Ordering::Relaxed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user