On 08.05.2013 15:49, Alexander Korotkov wrote:
On Wed, May 8, 2013 at 3:50 PM, Heikki Linnakangas
<hlinnakan...@vmware.com>wrote:

Yeah. The data structure in contrib/unaccent seems to be a plain old trie,
rather than a radix trie, though. According to wikipedia at least, the
difference is that in a radix tree, the edges are labeled with sequences of
elements, rather than single elements. Want to patch that too?

Agree, trie is most comforming term here. Patch is attached.

Ok, applied.

- Heikki


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to