DBonSolaris.PGSolProcArray

ProcArray in PostgreSQL

 If you use the popular lw_lockwait.d script (one for the version of PostgreSQL that is being used) and it highlights "ProcArrayLock" as one of top Lock Wait events then you have come to the right section here to get more information about it.

ProckArrayLock is designed to protect the ProcArray structure from multiple processes. ProcArray is defined as struct ProcArrayStruct which contains an array of maxProc instances of PGPROC, one for each PostgreSQL process that potentially can be running at any time. The ProcArray is placed in shared memory reachable from all PostgreSQL processes. The PGPROC struct contains information that is public and used by other processes executing transactions.


Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

Sign up or Log in to add a comment or watch this page.


The individuals who post here are part of the extended Sun Microsystems community and they might not be employed or in any way formally affiliated with Sun Microsystems. The opinions expressed here are their own, are not necessarily reviewed in advance by anyone but the individual authors, and neither Sun nor any other party necessarily agrees with them.

Copyright 1994-2009 Sun Microsystems, Inc.
Powered by Atlassian Confluence
Sun Guidelines on Public Discourse Privacy Policy Terms of Use Trademarks Site Map Employment Investor Relations Contact