Threads in PostgreSQL - Mailing list pgsql-general

From sri harsha
Subject Threads in PostgreSQL
Date
Msg-id CAP6OGLEdbioq_iYRz7Aq+tsy_fsxj+_iRhmy3JydT0fQ7HJC5A@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Threads in PostgreSQL  (Atri Sharma <atri.jiit@gmail.com>)
Re: Threads in PostgreSQL  (John R Pierce <pierce@hogranch.com>)
Re: [HACKERS] Threads in PostgreSQL  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
List pgsql-general
Hi,

   Is it possible to use threads in Postgresql ?? I am using threads in my foreign data wrapper and i get the following error when i use the threads .

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.

No matter how much i increase the stack size , the error keeps occurring . How do i solve this problem ??


Thanks,
Harsha

pgsql-general by date:

Previous
From: zh1029
Date:
Subject: Re: Does PostgreSQL support to write glusterfs by Libgfapi
Next
From: Atri Sharma
Date:
Subject: Re: [HACKERS] Threads in PostgreSQL