This commit is contained in:
Christian Schwarz
2023-12-15 17:07:59 +00:00
parent 300d6c38ad
commit 2c631d3dc9

View File

@@ -89,7 +89,7 @@ impl Client {
args.push(format!("{lsn}"));
}
if *gzip {
args.push(format!("--gzip"))
args.push("--gzip".to_string())
}
Ok(self.client.copy_out(&args.join(" ")).await?)
}