Remove reference to src/tools/backend/index.html

src/tools/backend was removed back in 63f1ccd, but
backend/storage/lmgr/README didn't get the memo.

Author: Amit Langote
This commit is contained in:
Stephen Frost 2015-05-08 07:14:18 -04:00
parent 581f4f9657
commit 195fbd4012

View File

@ -56,9 +56,9 @@ two lock methods: DEFAULT and USER.
Lock modes describe the type of the lock (read/write or shared/exclusive). Lock modes describe the type of the lock (read/write or shared/exclusive).
In principle, each lock method can have its own set of lock modes with In principle, each lock method can have its own set of lock modes with
different conflict rules, but currently DEFAULT and USER methods use different conflict rules, but currently DEFAULT and USER methods use
identical lock mode sets. See src/tools/backend/index.html and identical lock mode sets. See src/include/storage/lock.h for more details.
src/include/storage/lock.h for more details. (Lock modes are also called (Lock modes are also called lock types in some places in the code and
lock types in some places in the code and documentation.) documentation.)
There are two main methods for recording locks in shared memory. The primary There are two main methods for recording locks in shared memory. The primary
mechanism uses two main structures: the per-lockable-object LOCK struct, and mechanism uses two main structures: the per-lockable-object LOCK struct, and