pgsql: Use separate lwlock tranches for buffer, lock, and predicate loc

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use separate lwlock tranches for buffer, lock, and predicate loc
Date: 2016-02-11 19:09:17
Message-ID: E1aTwc9-0002Uw-D1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-11 19:14:37 pgsql: Shift the responsibility for emitting "database system is shut d
Previous Message Robert Haas 2016-02-11 17:11:26 Re: Re: [COMMITTERS] pgsql: Add some isolation tests for deadlock detection and resolution.