pub async fn unpack_postgres( zip_file_path: &PathBuf, cache_dir: &PathBuf, ) -> PgResult<()>
Unpack the postgresql executables
Returns Ok(()) on success, otherwise returns an error.
Ok(())