Re: Stack overflow issue

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: mahendrakar s <mahendrakarforpg(at)gmail(dot)com>
Cc: Егор Чиндяскин <kyzevan23(at)mail(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Stack overflow issue
Date: 2022-08-24 10:49:53
Message-ID: 20220824104953.zxmciclbdn3dnb2g@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message mahendrakar s 2022-08-24 10:59:07 Re: Stack overflow issue
Previous Message Alvaro Herrera 2022-08-24 10:49:13 Re: [BUG] parenting a PK constraint to a self-FK one (Was: Self FK oddity when attaching a partition)