Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass. What we have implemented is a radix tree (or a radix trie or a patricia trie), but the docs and code comments incorrectly called it a "suffix tree". Alexander Korotkov
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/indices.sgml | modified | +1 −1 |
| doc/src/sgml/spgist.sgml | modified | +5 −5 |
| src/backend/access/spgist/README | modified | +7 −7 |
| src/backend/access/spgist/spgtextproc.c | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +5 −5 |
| src/test/regress/expected/create_index.out | modified | +109 −109 |
| src/test/regress/expected/sanity_check.out | modified | +1 −1 |
| src/test/regress/output/misc.source | modified | +1 −1 |
| src/test/regress/sql/create_index.sql | modified | +70 −70 |