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

From Alvaro Herrera
Subject Re: pgsql: Split the shared-memory array of PGPROC pointers out of the
Date
Msg-id 20050519224633.GA16470@surnet.cl
Whole thread Raw
In response to pgsql: Split the shared-memory array of PGPROC pointers out of the  (tgl@svr1.postgresql.org (Tom Lane))
Responses Re: pgsql: Split the shared-memory array of PGPROC pointers out of the  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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)

Attachment

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Split the shared-memory array of PGPROC pointers out of the
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Factor out lock cleanup code that is needed in several places in