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