mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-22 22:18:21 +00:00
a4db2af1f0
Previously in safekeeper code, new segment file was opened without truncate option. I don't think there is a reason to do it, this commit replaces it with `File::create` to make it simpler and remove `clippy::suspicious_open_options` linter warning.