Function mz_storage::source::postgres::snapshot::export_snapshot_inner
source ยท async fn export_snapshot_inner(
client: &Client,
slot: &str,
temporary: bool,
) -> Result<(String, MzOffset), TransientError>