• Tom Lane's avatar
    Redesign the patch for allocation of shmem space and LWLocks for add-on · e0dece12
    Tom Lane authored
    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.
    e0dece12
pg_shmem.h 1.91 KB