We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent581f4f9 commit195fbd4Copy full SHA for 195fbd4
src/backend/storage/lmgr/README
@@ -56,9 +56,9 @@ two lock methods: DEFAULT and USER.
56
Lock modes describe the type of the lock (read/write or shared/exclusive).
57
In principle, each lock method can have its own set of lock modes with
58
different 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 anddocumentation.)
+identical lock mode sets. See src/include/storage/lock.h for more details.
+(Lock modes are also called lock types in some places in the code and
+documentation.)
62
63
There are two main methods for recording locks in shared memory. The primary
64
mechanism uses two main structures: the per-lockable-object LOCK struct, and