pgsql: Minor corrections in lmgr/README.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor corrections in lmgr/README.
Date: 2013-11-27 20:07:19
Message-ID: E1VllOJ-0001Z6-PR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2013-11-27 20:37:45 pgsql: Minor correction of READ COMMITTED isolation level docs.
Previous Message Heikki Linnakangas 2013-11-27 17:24:00 pgsql: Get rid of the post-recovery cleanup step of GIN page splits.