Obsolete mention of src/tools/backend
Started by Amit Langoteover 10 years ago2 messages
Hi,
Commit 63f1ccd got rid of src/tool/backend and hence
src/tool/backend/index.html. But lmgr README still directs reader to the
aforementioned file. Attached removes this obsolete reference.
Thanks,
Amit
Attachments:
rm-ref-src-tools-backend.patchtext/x-diff; name=rm-ref-src-tools-backend.patchDownload
diff --git a/src/backend/storage/lmgr/README b/src/backend/storage/lmgr/README
index 6bc7efc..8898e25 100644
--- a/src/backend/storage/lmgr/README
+++ b/src/backend/storage/lmgr/README
@@ -56,9 +56,9 @@ two lock methods: DEFAULT and USER.
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
different conflict rules, but currently DEFAULT and USER methods use
-identical lock mode sets. See src/tools/backend/index.html and
-src/include/storage/lock.h for more details. (Lock modes are also called
-lock types in some places in the code and documentation.)
+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.)
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
Re: Obsolete mention of src/tools/backend
Amit,
* Amit Langote (Langote_Amit_f8@lab.ntt.co.jp) wrote:
Commit 63f1ccd got rid of src/tool/backend and hence
src/tool/backend/index.html. But lmgr README still directs reader to the
aforementioned file. Attached removes this obsolete reference.
Pushed, thanks!
Stephen