Skip to content

Commit 9d137a7

Browse files
committed
Typo fix. Kevin Grittner.
1 parent 55d7556 commit 9d137a7

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/20 17: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 is reccurrent and could split
113+
because of concurrent access. Function pageSplit is recurrent 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)