Nikita Pettik
authored
Currently, all routines connected with expression AST processing rely on recursive approaches. On the other hand, SQL is executed in a standard fiber, which features only 64kb of stack memory. Hence, deep recursion can result in stack overflow. To avoid obvious overflows lets significantly restrict allowed depth of expression AST. Note that it is not radical solution to this problem but rather temporary fix. Workaround for #3861
Name | Last commit | Last update |
---|