mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 05:30:37 +00:00
The returned PageReadGuard is not Send so we change the locks used for the SlotInner's in the page cache to the ones from tokio. Also, make read_blk async.