Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit195fbd4

Browse files
committed
Remove reference to src/tools/backend/index.html
src/tools/backend was removed back in63f1ccd, butbackend/storage/lmgr/README didn't get the memo.Author: Amit Langote
1 parent581f4f9 commit195fbd4

File tree

1 file changed

+3
-3
lines changed
  • src/backend/storage/lmgr

1 file changed

+3
-3
lines changed

‎src/backend/storage/lmgr/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ two lock methods: DEFAULT and USER.
5656
Lock modes describe the type of the lock (read/write or shared/exclusive).
5757
In principle, each lock method can have its own set of lock modes with
5858
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.)
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

6363
There are two main methods for recording locks in shared memory. The primary
6464
mechanism uses two main structures: the per-lockable-object LOCK struct, and

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp