Function pg_embed::fetch::unpack_postgres[][src]

pub async fn unpack_postgres(
    file_name: &str,
    executables_path: &PathBuf
) -> Result<(), PgEmbedError>
Expand description

Unpack the postgresql executables

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