Re: BUG #8746: While Calling Trigger on same table

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: sahareanish(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8746: While Calling Trigger on same table
Date: 2014-01-08 01:43:08
Message-ID: CAB7nPqTUYLmH8YTgZprm5dEtnC1-6YFangRAfdHifvVDfXptig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jan 8, 2014 at 12:54 AM, <sahareanish(at)gmail(dot)com> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 8746
> Logged by: Anish
> Email address: sahareanish(at)gmail(dot)com
> PostgreSQL version: 9.2.4
> Operating system: Window 7
> Description:
>
> ERROR: stack depth limit exceeded
> HINT: Increase the configuration parameter "max_stack_depth" (currently
> 2048kB), after ensuring the platform's stack depth limit is adequate.
It is rather hard to guess what you are trying to solve here, but it
seems that you have a recursive function running that hit the maximum
execution stack. For your information, here is some documentation:
http://www.postgresql.org/docs/devel/static/runtime-config-resource.html
Regards,
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomonari Katsumata 2014-01-08 08:41:29 Re: BUG #8686: Standby could not restart.
Previous Message Marko Tiikkaja 2014-01-07 22:43:22 Backends stuck in LISTEN