mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 16:10:37 +00:00
Implement iterator over keys
the implementation is not very optimized, but probably good enough for an MVP
This commit is contained in:
@@ -94,7 +94,7 @@ impl<'e, V: Value> ReadLockedNodeRef<'e, V> {
|
||||
}))),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
pub(crate) fn upgrade_to_write_lock_or_restart(
|
||||
self,
|
||||
) -> Result<WriteLockedNodeRef<'e, V>, ConcurrentUpdateError> {
|
||||
|
||||
Reference in New Issue
Block a user