mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-14 03:30:36 +00:00
use open_with_options_v2 (O_DIRECT) for ephemeral file
Signed-off-by: Yuchen Liang <yuchen@neon.tech>
This commit is contained in:
@@ -52,7 +52,7 @@ impl EphemeralFile {
|
||||
)));
|
||||
|
||||
let file = Arc::new(
|
||||
VirtualFile::open_with_options(
|
||||
VirtualFile::open_with_options_v2(
|
||||
&filename,
|
||||
virtual_file::OpenOptions::new()
|
||||
.read(true)
|
||||
|
||||
Reference in New Issue
Block a user