Function mz_postgres_util::replication::get_wal_level

source ·
pub async fn get_wal_level(
    ssh_tunnel_manager: &SshTunnelManager,
    config: &Config
) -> Result<WalLevel, PostgresError>