pub async fn get_archive_for_target<S: AsRef<str>>(
    version: &Version,
    target: S
) -> Result<(Version, Bytes, String)>
Expand description

Gets the archive for a given version of PostgreSQL and target. If the version or target is not found, then an error is returned.

Returns the archive bytes and the archive hash.