Redesign the patch for allocation of shmem space and LWLocks for add-on

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e0dece127db86f40cdcf1fa63441eac93a1ba5ff
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-15T22:04:08Z
Releases: 8.2.0
Redesign the patch for allocation of shmem space and LWLocks for add-on
modules; the first try was not usable in EXEC_BACKEND builds (e.g.,
Windows).  Instead, just provide some entry points to increase the
allocation requests during postmaster start, and provide a dedicated
LWLock that can be used to synchronize allocation operations performed
by backends.  Per discussion with Marc Munro.

Files