Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 644d853

Browse files
committed
Split out the description of page-level lock as new subsection in document.
Michael Banck
1 parent ecd6579 commit 644d853

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/src/sgml/mvcc.sgml

+4
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,11 @@ ERROR: could not serialize access due to read/write dependencies among transact
11391139
UPDATE</command> modifies selected rows to mark them locked, and so
11401140
will result in disk writes.
11411141
</para>
1142+
</sect2>
11421143

1144+
<sect2 id="locking-pages">
1145+
<title>Page-level Locks</title>
1146+
11431147
<para>
11441148
In addition to table and row locks, page-level share/exclusive locks are
11451149
used to control read/write access to table pages in the shared buffer

0 commit comments

Comments
 (0)