pgsql: doc: clarify when row-level locks are released - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: clarify when row-level locks are released
Date
Msg-id E1jJOtI-00059h-Bz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  clarify when row-level locks are released

They are released just like table-level locks.  Also clean up wording.
(Uses wording "rolled back to".)

Reported-by: me@sillymon.ch

Discussion: https://postgr.es/m/158074944048.1095.4309647363871637715@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/046fd4f364157fca85eadfddb0f0e8e5d7ceef26

Modified Files
--------------
doc/src/sgml/mvcc.sgml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: restore wording from recent patch "rolled back to"
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify hierarchy of objects: global, db, schema, etc.