async fn pg_batch_execute(client: &Object, query: &str) -> Result<(), Error>
NOTE: mz-persist intentionally does not depend on mz-postgres-util. These helpers are the only direct driver-call boundary in this module.
mz-persist
mz-postgres-util