Function mz_storage::source::postgres::snapshot::fetch_snapshot_size

source ยท
async fn fetch_snapshot_size(
    client: &Client,
    tables: Vec<(String, Oid, usize)>,
    metrics: PgSnapshotMetrics,
    config: &RawSourceCreationConfig,
) -> Result<u64, Error>
Expand description

Record the sizes of the tables being snapshotted in PgSnapshotMetrics.