Use separate lwlock tranches for buffer, lock, and predicate lock managers.

Robert Haas <rhaas@postgresql.org>

Commit: c319991bcad02a2e99ddac3f42762b0f6fa8d52a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2016-02-11T19:07:33Z
Releases: 9.6.0
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

PathChange+/−
src/backend/storage/lmgr/lwlock.c modified +103 −43
src/include/storage/lwlock.h modified +3 −0