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

Commit9aee26a

Browse files
Fix missing word in nbtree/README.
Reported-by: Daniel WestermannAuthor: Gurjeet SinghReviewed-by: Richard GuoDiscussion:https://postgr.es/m/ZR0P278MB0427F0E0CE4ED140F52D1923D250A%40ZR0P278MB0427.CHEP278.PROD.OUTLOOK.COM
1 parent392ea0c commit9aee26a

File tree

1 file changed

+3
-3
lines changed
  • src/backend/access/nbtree

1 file changed

+3
-3
lines changed

‎src/backend/access/nbtree/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The basic Lehman & Yao Algorithm
1717
Compared to a classic B-tree, L&Y adds a right-link pointer to each page,
1818
to the page's right sibling. It also adds a "high key" to each page, which
1919
is an upper bound on the keys that are allowed on that page. These two
20-
additions make it possible detect a concurrent page split, which allows the
21-
tree to be searched without holding any read locks (except to keep a single
22-
page from being modified while reading it).
20+
additions make it possibletodetect a concurrent page split, which allows
21+
thetree to be searched without holding any read locks (except to keep a
22+
singlepage from being modified while reading it).
2323

2424
When a search follows a downlink to a child page, it compares the page's
2525
high key with the search key. If the search key is greater than the high

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp