mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-05 14:30:37 +00:00
page_cache: ensure forward progress on cache miss
This commit is contained in:
committed by
Christian Schwarz
parent
a76a503b8b
commit
da9a88a882
@@ -318,6 +318,7 @@ impl std::ops::Deref for PageWriteGuard<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl<'a> PageWriteGuard<'a> {
|
||||
/// Mark that the buffer contents are now valid.
|
||||
#[must_use]
|
||||
|
||||
Reference in New Issue
Block a user