remove warnings

This commit is contained in:
Ruben Fiszel
2025-07-26 13:28:51 +00:00
parent ad441a7ba6
commit 323ec9a994
5 changed files with 5 additions and 26 deletions
@@ -372,7 +372,7 @@ impl PostgresConfig {
}
}
fn retrieve_info(&self) -> PgInfo {
fn retrieve_info(&self) -> PgInfo<'_> {
let postgres_resource_path;
let publication_name;
let replication_slot_name;