Arthur Petukhovsky
a4db2af1f0
Truncate waltmp file on creation ( #8133 )
...
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.
2024-06-24 14:07:59 +00:00
..
2024-06-18 15:45:39 +03:00
2024-06-18 15:45:39 +03:00
2024-02-26 18:17:06 +00:00
2024-05-22 09:34:39 +01:00
2024-06-21 13:15:02 +01:00
2024-06-21 13:15:02 +01:00
2024-05-31 13:19:45 +00:00
2024-05-31 13:19:45 +00:00
2024-03-01 17:14:19 +01:00
2024-05-31 13:19:45 +00:00
2024-06-18 15:45:39 +03:00
2024-05-22 09:34:39 +01:00
2024-01-29 18:20:57 +00:00
2024-06-18 15:45:39 +03:00
2024-05-31 13:19:45 +00:00
2024-05-31 13:19:45 +00:00
2024-05-31 13:19:45 +00:00
2024-06-21 13:15:02 +01:00
2024-05-31 13:19:45 +00:00
2024-06-21 13:15:02 +01:00
2024-06-18 15:45:39 +03:00
2024-06-18 15:45:39 +03:00
2024-05-31 13:19:45 +00:00
2024-05-22 09:34:39 +01:00
2024-06-06 17:54:44 +00:00
2024-05-31 13:19:45 +00:00
2024-03-05 10:14:37 +00:00
2024-06-24 14:07:59 +00:00