mirror of
https://github.com/postgres/postgres.git
synced 2026-06-17 22:19:08 -04:00
e0dece127d
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.