Re: [HACKERS] Threads in PostgreSQL

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: [HACKERS] Threads in PostgreSQL
Дата
Msg-id CAOeZVifx9aAzW1_AatRkCJwY-UBvW5qWaNvq0_KhwJd7nSvmxw@mail.gmail.com
обсуждение исходный текст
Ответ на Threads in PostgreSQL  (sri harsha <sriharsha9992@gmail.com>)
Ответы Re: Threads in PostgreSQL  (Chapman Flack <chap@anastigmatix.net>)
Список pgsql-general


On Mon, Dec 21, 2015 at 11:51 AM, sri harsha <sriharsha9992@gmail.com> wrote:
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.



PostgreSQL is a process-per-backend model.

Can you elaborate on what you are using the threads for? 

В списке pgsql-general по дате отправления:

Предыдущее
От: sri harsha
Дата:
Сообщение: Threads in PostgreSQL
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Threads in PostgreSQL