diff options
author | Robert Haas <rhaas@postgresql.org> | 2013-09-18 08:57:44 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2013-09-18 08:57:44 -0400 |
commit | 86a174bff0730791c5c262d646d4fe28c2485be1 (patch) | |
tree | 33767e6e619973cd9eba9906aa8766d8616fec0b /src | |
parent | 1247ea28cbc834bd6750b569537baff4e35edf79 (diff) | |
download | postgresql-86a174bff0730791c5c262d646d4fe28c2485be1.tar.gz postgresql-86a174bff0730791c5c262d646d4fe28c2485be1.zip |
Typo fix.
Etsuro Fujita
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/access/spgist/spgtextproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/spgist/spgtextproc.c b/src/backend/access/spgist/spgtextproc.c index e430d9c1ace..f1379e0b1f4 100644 --- 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, an 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 |