Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: cb953d8b1bf7386ff20300cd80b29b7e8657dcbd
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-05-08T11:34:26Z
Releases: 9.3.0
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