Re: dynamic shared memory

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: dynamic shared memory
Дата
Msg-id CA+Tgmob32a=dX1pAe3wxDe0=vS_4u0R4Wdux=MyugXjyxe388w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: dynamic shared memory  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Mon, Oct 14, 2013 at 11:11 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> During test, I found one issue in Windows implementation.
>
> During startup, when it tries to create new control segment for
> dynamic shared memory, it loops until an unused identifier is found,
> but for Windows implementation (dsm_impl_windows()), it was returning
> error for EEXIST. This error will convert into FATAL as it is during
> postmaster startup and will not allow server to start.
>
> Please find attached patch to fix the problem.

Committed, thanks.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Soroosh Sardari
Дата:
Сообщение: Re: Planner issue
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Patch for reserved connections for replication users