pub fn bind_stored_query_relations( catalog: &StoredQueryBindingContext<'_>, plan: &mut QueryPlan, context: &str, reject_transition_relations: bool, loaded_catalog: bool, ) -> Result<bool, SQLError>