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

From: Alvaro Herrera <alvherre(at)surnet(dot)cl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Split the shared-memory array of PGPROC pointers out of the
Date: 2005-05-19 22:46:33
Message-ID: 20050519224633.GA16470@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
xact.c.patch text/plain 1.2 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-19 23:30:18 pgsql: Factor out lock cleanup code that is needed in several places in
Previous Message Tom Lane 2005-05-19 21:35:48 pgsql: Split the shared-memory array of PGPROC pointers out of the