projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1247ea2
)
Typo fix.
author
Robert Haas
Wed, 18 Sep 2013 12:57:44 +0000
(08:57 -0400)
committer
Robert Haas
Wed, 18 Sep 2013 12:57:44 +0000
(08:57 -0400)
Etsuro Fujita
src/backend/access/spgist/spgtextproc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/spgist/spgtextproc.c
b/src/backend/access/spgist/spgtextproc.c
index e430d9c1aceeb98ac6e9585b3ae3b746db28e066..f1379e0b1f41058def2a9f67604de425ce9527e4 100644
(file)
--- a/
src/backend/access/spgist/spgtextproc.c
+++ b/
src/backend/access/spgist/spgtextproc.c
@@
-23,7
+23,7
@@
/*
- * In the worst case, a inner tuple in a text radix tree could have as many
+ * In the worst case, a
n
inner tuple in a text radix tree could have as many
* as 256 nodes (one for each possible byte value). Each node can take 16
* bytes on MAXALIGN=8 machines. The inner tuple must fit on an index page
* of size BLCKSZ. Rather than assuming we know the exact amount of overhead