Skip to content

Commit 68af375

Browse files
author
Neil Conway
committed
Minor improvements to the Gin internal documentation.
1 parent 70d15a5 commit 68af375

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/backend/access/gin/README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$PostgreSQL: pgsql/src/backend/access/gin/README,v 1.5 2008/03/20 17:55:14 momjian Exp $
1+
$PostgreSQL: pgsql/src/backend/access/gin/README,v 1.6 2008/07/08 03:25:42 neilc Exp $
22

33
Gin for PostgreSQL
44
==================
@@ -25,8 +25,8 @@ for tsvector) and where each tuple in a leaf page is either a pointer to a
2525
B-tree over item pointers (PT, posting tree), or a list of item pointers
2626
(PL, posting list) if the tuple is small enough.
2727

28-
Note: There is no delete operation for ET. The reason for this is that from
29-
our experience, a set of unique words over a large collection change very
28+
Note: There is no delete operation for ET. The reason for this is that in
29+
our experience, the set of distinct words in a large corpus changes very
3030
rarely. This greatly simplifies the code and concurrency algorithms.
3131

3232
Gin comes with built-in support for one-dimensional arrays (eg. integer[],
@@ -64,7 +64,7 @@ itself is very fast.)
6464

6565
Such queries usually contain very frequent lexemes, so the results are not
6666
very helpful. To facilitate execution of such queries Gin has a configurable
67-
soft upper limit of the size of the returned set, determined by the
67+
soft upper limit on the size of the returned set, determined by the
6868
'gin_fuzzy_search_limit' GUC variable. This is set to 0 by default (no
6969
limit).
7070

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy