pub async fn try_query_one( mz_client: &Client, query: &str, delay: Duration, ) -> Result<Row>
Try running PostgreSQL’s query_one function, checking for a common Materialize error in check_error.
query_one
check_error