mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-05 13:10:37 +00:00
commitedbe3d2f76Author: Arpad Müller <arpad@neon.tech> Date: Mon Aug 28 11:49:56 2023 +0200 Remove Read impl that was only used in one place commit0d9fa95454Author: Arpad Müller <arpad@neon.tech> Date: Mon Aug 28 11:31:43 2023 +0200 Move used FileExt functions to inherent impls commite983b3cc2eAuthor: Arpad Müller <arpad@neon.tech> Date: Mon Aug 28 11:05:06 2023 +0200 Don't use generics bounded by trait commita362ab9169Author: Arpad Müller <arpad@neon.tech> Date: Mon Aug 28 10:27:12 2023 +0200 Move VirtualFile::seek to inherent function commit0cfc9edcb8Author: Arpad Müller <arpad@neon.tech> Date: Thu Aug 17 00:02:37 2023 +0200 Make read_blk and parts of the page cache async 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.