mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 15:41:15 +00:00
remove os restriction for IoMode::Direct
Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
@@ -146,7 +146,6 @@ impl VirtualFile {
|
||||
_mode: IoMode::Buffered,
|
||||
}
|
||||
}
|
||||
#[cfg(target_os = "linux")]
|
||||
IoMode::Direct => {
|
||||
let inner = VirtualFileInner::open_with_options(
|
||||
path,
|
||||
|
||||
Reference in New Issue
Block a user