Re: stack depth limit exceeded problem.

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2005-09-23 14:23:10 Re: stack depth limit exceeded problem.
Previous Message Thomas Hallgren 2005-09-23 14:21:08 Re: pgxs and pginstaller