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