async fn collect_table_statistics(
client: &Client,
config: PgSourceSnapshotConfig,
table: &str,
oid: u32,
) -> Result<TableStatistics, Error>
async fn collect_table_statistics(
client: &Client,
config: PgSourceSnapshotConfig,
table: &str,
oid: u32,
) -> Result<TableStatistics, Error>