Stack depth limit exceeded

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ian7
    New Member
    • Nov 2017
    • 2

    Stack depth limit exceeded

    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.
Working...