pgsql: Use separate lwlock tranches for buffer, lock, and predicate loc - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Use separate lwlock tranches for buffer, lock, and predicate loc
Date
Msg-id E1aTwc9-0002Uw-D1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c319991bcad02a2e99ddac3f42762b0f6fa8d52a

Modified Files
--------------
src/backend/storage/lmgr/lwlock.c | 146 +++++++++++++++++++++++++++-----------
src/include/storage/lwlock.h      |   3 +
2 files changed, 106 insertions(+), 43 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make new deadlock isolation test more reproducible.
Next
From: Tom Lane
Date:
Subject: pgsql: Shift the responsibility for emitting "database system is shut d