pub async fn get_archive(version: &Version) -> Result<(Version, Bytes, String)>
Gets the archive for a given version of PostgreSQL for the current target. If the version is not found for this target, then an error is returned.
version
Returns the archive bytes and the archive hash.