Re: [9.4 bug] The database server hangs with write-heavy workload on Windows

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [9.4 bug] The database server hangs with write-heavy workload on Windows
Дата
Msg-id 544FE0A3.4010608@vmware.com
обсуждение исходный текст
Ответ на Re: [9.4 bug] The database server hangs with write-heavy workload on Windows  ("MauMau" <maumau307@gmail.com>)
Список pgsql-hackers
On 10/14/2014 03:59 PM, MauMau wrote:
> BTW, in LWLockWaitForVar(), the first line of the following code fragment is
> not necessary, because lwWaitLink is set to head immediately.  I think it
> would be good to eliminate as much unnecessary code as possible from the
> spinlock section.
>
>    proc->lwWaitLink = NULL;
>
>    /* waiters are added to the front of the queue */
>    proc->lwWaitLink = lock->head;

Thanks, fixed!

- Heikki




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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: WIP: Access method extendability
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: alter user/role CURRENT_USER