unpack_postgres

Function unpack_postgres 

Source
pub async fn unpack_postgres(
    zip_file_path: &PathBuf,
    cache_dir: &PathBuf,
) -> PgResult<()>
Expand description

Unpack the postgresql executables

Returns Ok(()) on success, otherwise returns an error.