Re: pgsql: Split the shared-memory array of PGPROC pointers out of the

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Split the shared-memory array of PGPROC pointers out of the
Дата
Msg-id 20050519224633.GA16470@surnet.cl
обсуждение исходный текст
Ответ на pgsql: Split the shared-memory array of PGPROC pointers out of the  (tgl@svr1.postgresql.org (Tom Lane))
Ответы Re: pgsql: Split the shared-memory array of PGPROC pointers out of the
Список pgsql-committers
On Thu, May 19, 2005 at 06:35:48PM -0300, Tom Lane wrote:
> Log Message:
> -----------
> Split the shared-memory array of PGPROC pointers out of the sinval
> communication structure, and make it its own module with its own lock.
> This should reduce contention at least a little, and it definitely makes
> the code seem cleaner.  Per my recent proposal.

Excellent.  May I suggest the following so pgindent does not mess up
this comment:

--
Alvaro Herrera (<alvherre[a]surnet.cl>)
"El realista sabe lo que quiere; el idealista quiere lo que sabe" (Anónimo)

Вложения

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Split the shared-memory array of PGPROC pointers out of the
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Factor out lock cleanup code that is needed in several places in