Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas <rhaas@postgresql.org>
Use separate lwlock tranches for buffer, lock, and predicate lock managers. This finishes the work - spread across many commits over the last several months - of putting each type of lock other than the named individual locks into a separate tranche. Amit Kapila
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/lwlock.c | modified | +103 −43 |
| src/include/storage/lwlock.h | modified | +3 −0 |