File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ two lock methods: DEFAULT and USER.
5656Lock modes describe the type of the lock (read/write or shared/exclusive).
5757In principle, each lock method can have its own set of lock modes with
5858different conflict rules, but currently DEFAULT and USER methods use
59- identical lock mode sets. See src/tools/backend/index.html and
60- src/include/storage/lock.h for more details. (Lock modes are also called
61- lock types in some places in the code and documentation.)
59+ identical lock mode sets. See src/include/storage/lock.h for more details.
60+ (Lock modes are also called lock types in some places in the code and
61+ documentation.)
6262
6363There are two main methods for recording locks in shared memory. The primary
6464mechanism uses two main structures: the per-lockable-object LOCK struct, and
You can’t perform that action at this time.
0 commit comments