pub fn merge_pg_configs(
    vec1: &[PgConfig],
    vec2: &[PgConfig],
    name: &str
) -> Result<Option<PgConfig>, MergeError>