pgsql: Minor corrections in lmgr/README. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Minor corrections in lmgr/README.
Date
Msg-id E1VllOJ-0001Z6-PR@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Get rid of the post-recovery cleanup step of GIN page splits.
Next
From: Kevin Grittner
Date:
Subject: pgsql: Minor correction of READ COMMITTED isolation level docs.