mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 17:40:37 +00:00
cfg(testing) still needs io::Write
This commit is contained in:
@@ -913,6 +913,7 @@ impl WalRedoProcess {
|
||||
|
||||
let path = self.conf.tenant_path(&self.tenant_shard_id).join(&filename);
|
||||
|
||||
use std::io::Write;
|
||||
let res = std::fs::OpenOptions::new()
|
||||
.write(true)
|
||||
.create_new(true)
|
||||
|
||||
Reference in New Issue
Block a user