Hi everyone,
Is there any way to be not limited by the stack depth limit in postgres ?
Postgres gives me the error "max_stack_dept h" must not exceed 7680kB when I want to increase this parameter, but how can I handle this issue knowing that my recursive function performs a very large number of operations and recursive calls ?
How to tackle this constraint?
Thanks in advance.
Is there any way to be not limited by the stack depth limit in postgres ?
Postgres gives me the error "max_stack_dept h" must not exceed 7680kB when I want to increase this parameter, but how can I handle this issue knowing that my recursive function performs a very large number of operations and recursive calls ?
How to tackle this constraint?
Thanks in advance.