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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Use separate lwlock tranches for buffer, lock, and predicate loc
Дата
Msg-id E1aTwc9-0002Uw-D1@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make new deadlock isolation test more reproducible.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Shift the responsibility for emitting "database system is shut d