Re: [HACKERS] Final Thoughts for 8.3 on LWLocking and Scalability - Mailing list pgsql-patches

From Simon Riggs
Subject Re: [HACKERS] Final Thoughts for 8.3 on LWLocking and Scalability
Date
Msg-id 1189517607.4281.474.camel@ebony.site
Whole thread Raw
List pgsql-patches
On Tue, 2007-09-11 at 10:42 +0100, Simon Riggs wrote:

> 2. CountActiveBackends() searches the whole of the proc array, even
> though it could stop when it gets to commit_siblings. Stopping once the
> heuristic has been determined seems like the best thing to do. A small
> patch to implement this is attached.

 backend/access/transam/xact.c   |    2 !!
 backend/storage/ipc/procarray.c |   11 !!!!!!!!!!!
 include/storage/procarray.h     |    2 !!
 3 files changed, 15 modifications(!)

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com

Attachment

pgsql-patches by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: HOT patch - version 15
Next
From: Tom Lane
Date:
Subject: Re: HOT patch - version 15