Re: stack depth limit exceeded problem.

From: Thomas Hallgren <thhal(at)mailblocks(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: stack depth limit exceeded problem.
Date: 2005-09-23 14:23:10
Message-ID: thhal-0UKgPBHtl8bQNzTqu/SYl0jkQrI6B85@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

>Thomas Hallgren <thhal(at)mailblocks(dot)com> writes:
>
>
>>Someone loads a library that contains a method that spawns a new thread.
>>
>>
>
>They already broke the backend when they did that. max_stack_depth is
>just the tip of the iceberg.
>
>
I knew I'd get a response like that from you :-)

Why is the backend broken? There's no concurrency issue. Only one thread
is executing.

Regards,
Thomas Hallgren

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-23 14:23:44 Re: What has happened to pgxs?
Previous Message Tom Lane 2005-09-23 14:21:28 Re: stack depth limit exceeded problem.