pub async fn get_archive(version: &Version) -> Result<(Version, Bytes, String)>
Expand description

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.

Returns the archive bytes and the archive hash.