pgsql: Minor corrections in lmgr/README.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Minor corrections in lmgr/README.
Дата
Msg-id E1VllOJ-0001Z6-PR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Minor corrections in lmgr/README.

Correct an obsolete statement that no backend touches another backend's
PROCLOCK lists.  This was probably wrong even when written (the deadlock
checker looks at everybody's lists), and it's certainly quite wrong now
that fast-path locking can require creation of lock and proclock objects
on behalf of another backend.  Also improve some statements in the hot
standby explanation, and do one or two other trivial bits of wordsmithing/
reformatting.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8c84803e14b1ba2025c37dcc1ff1c41dd6264fa0

Modified Files
--------------
src/backend/storage/lmgr/README |   61 +++++++++++++++++++++------------------
1 file changed, 33 insertions(+), 28 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Get rid of the post-recovery cleanup step of GIN page splits.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Minor correction of READ COMMITTED isolation level docs.