v.22.9Bug Fix
Limit Analyze Depth for Queries to Prevent Excessive Analysis Time
Limit number of analyze for one query with setting max_analyze_depth. It prevents exponential blow up of analysis time for queries with extraordinarily large number of subqueries. #40334 (Vladimir C).