Use the term "radix tree" instead of "suffix tree" for SP-GiST text opclass.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 8 May 2013 11:29:28 +0000 (14:29 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 8 May 2013 11:34:26 +0000 (14:34 +0300)
commitcb953d8b1bf7386ff20300cd80b29b7e8657dcbd
tree96f48338b121cb70ab6739dd5b686b3ee0f5f69f
parent20c00ca668f2c5ca4e7e7afd1bd8faa0909ee527
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
doc/src/sgml/indices.sgml
doc/src/sgml/spgist.sgml
src/backend/access/spgist/README
src/backend/access/spgist/spgtextproc.c
src/include/catalog/pg_proc.h
src/test/regress/expected/create_index.out
src/test/regress/expected/sanity_check.out
src/test/regress/output/misc.source
src/test/regress/sql/create_index.sql