Re: Stack overflow issue - Mailing list pgsql-hackers

From mahendrakar s
Subject Re: Stack overflow issue
Date
Msg-id CABkiuWpf+wMG10p2srDHEax_xR+PJxBb+FuEkbf7ZX_CGO45zA@mail.gmail.com
Whole thread Raw
In response to Re: Stack overflow issue  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
Thanks. 

On Wed, 24 Aug, 2022, 4:19 pm Alvaro Herrera, <alvherre@alvh.no-ip.org> wrote:
On 2022-Aug-24, mahendrakar s wrote:

> Hi,
> Can we have a parameter to control the recursion depth in these cases to
> avoid crashes?

We already have one (max_stack_depth).  The problem is lack of calling
the control function in a few places.

--
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Stack overflow issue
Next
From: David Rowley
Date:
Subject: Re: Change pfree to accept NULL argument