Is your feature request related to a problem or challenge?
Related to #19109 (comment)
Describe the solution you'd like
Unparser's deep recursion can overflow the stack easily, especially for complex analytical queries like those from tpc-h
Describe alternatives you've considered
Convert the current implementation to an iterative flavor
Additional context
No response
Is your feature request related to a problem or challenge?
Related to #19109 (comment)
Describe the solution you'd like
Unparser's deep recursion can overflow the stack easily, especially for complex analytical queries like those from tpc-h
Describe alternatives you've considered
Convert the current implementation to an iterative flavor
Additional context
No response