Reproduces a memory balloon in PgDog caused by the AST query cache
(query_cache_limit, default 1000), not by prepared statements and not by
allocator retention.
PgDog keeps one global LRU cache of parsed query ASTs per process
(static CACHE, shared across all clients and all databases the instance