Threads in PostgreSQL

From: sri harsha <sriharsha9992(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Threads in PostgreSQL
Date: 2015-12-21 06:21:30
Message-ID: CAP6OGLEdbioq_iYRz7Aq+tsy_fsxj+_iRhmy3JydT0fQ7HJC5A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Atri Sharma 2015-12-21 06:24:09 Re: [HACKERS] Threads in PostgreSQL
Previous Message zh1029 2015-12-21 03:21:28 Re: Does PostgreSQL support to write glusterfs by Libgfapi

Browse pgsql-hackers by date

  From Date Subject
Next Message Atri Sharma 2015-12-21 06:24:09 Re: [HACKERS] Threads in PostgreSQL
Previous Message Pavel Stehule 2015-12-21 05:51:43 Re: plpgsql - DECLARE - cannot to use %TYPE or %ROWTYPE for composite types