Thread: pgsql: Minor corrections in lmgr/README.

pgsql: Minor corrections in lmgr/README.

From
Tom Lane
Date:
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(-)