Re: Detecting libpq connections improperly shared via fork()

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Detecting libpq connections improperly shared via fork()
Дата
Msg-id 506CEC1E.3010101@dunslane.net
обсуждение исходный текст
Ответ на Re: Detecting libpq connections improperly shared via fork()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 10/03/2012 09:23 PM, Tom Lane wrote:

> A bigger problem with this is that it only fixes the issue for cases in
> which somebody makes new threads of control with fork().  I believe that
> issues involving multiple threads trying to use the same PGconn are at
> least as widespread.  I'm not terribly excited about removing
> functionality and adding overhead to protect against just one variant of
> the problem.
>
>             

I had the same thought re threads.

cheers

andrew




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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: FDW for PostgreSQL
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Support for REINDEX CONCURRENTLY