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

Commit9d137a7

Browse files
committed
Typo fix. Kevin Grittner.
1 parent55d7556 commit9d137a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/gist/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$PostgreSQL: pgsql/src/backend/access/gist/README,v 1.4 2008/03/2017:55:14 momjian Exp $
1+
$PostgreSQL: pgsql/src/backend/access/gist/README,v 1.5 2010/04/14 20:17:26 rhaas Exp $
22

33
GiST Indexing
44
=============
@@ -110,7 +110,7 @@ particularly, it is now a single-pass algorithm.
110110
Function findLeaf is used to identify subtree for insertion. Page, in which
111111
insertion is proceeded, is locked as well as its parent page. Functions
112112
findParent and findPath are used to find parent pages, which could be changed
113-
because of concurrent access. Function pageSplit isreccurrent and could split
113+
because of concurrent access. Function pageSplit isrecurrent and could split
114114
page by more than 2 pages, which could be necessary if keys have different
115115
lengths or more than one key are inserted (in such situation, user defined
116116
function pickSplit cannot guarantee free space on page).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp