Re: Stack overflow issue - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Stack overflow issue
Date
Msg-id 20220824104953.zxmciclbdn3dnb2g@alvherre.pgsql
Whole thread Raw
In response to Re: Stack overflow issue  (mahendrakar s <mahendrakarforpg@gmail.com>)
Responses Re: Stack overflow issue
Re: Stack overflow issue
List pgsql-hackers
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: [BUG] parenting a PK constraint to a self-FK one (Was: Self FK oddity when attaching a partition)
Next
From: mahendrakar s
Date:
Subject: Re: Stack overflow issue