Threads in PostgreSQL

Поиск
Список
Период
Сортировка
От sri harsha
Тема Threads in PostgreSQL
Дата
Msg-id CAP6OGLEdbioq_iYRz7Aq+tsy_fsxj+_iRhmy3JydT0fQ7HJC5A@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: zh1029
Дата:
Сообщение: Re: Does PostgreSQL support to write glusterfs by Libgfapi
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: [HACKERS] Threads in PostgreSQL