mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Fix error type in ftruncate implementation
Co-Authored-By: christian@neon.tech <christian@neon.tech>
This commit is contained in:
@@ -210,6 +210,6 @@ impl Handle {
|
||||
std::io::ErrorKind::Other,
|
||||
"ftruncate operation not yet implemented for tokio-epoll-uring",
|
||||
);
|
||||
(file, Err(tokio_epoll_uring::Error::System(err)))
|
||||
(file, Err(tokio_epoll_uring::Error::Op(err)))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user