pgsql: The data structure used in unaccent is a trie, not suffix tree.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: The data structure used in unaccent is a trie, not suffix tree.
Date: 2013-05-08 18:00:44
Message-ID: E1Ua8fU-0002T8-4B@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

The data structure used in unaccent is a trie, not suffix tree.

Fix the term used in variable and struct names, and comments.

Alexander Korotkov

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4b06c1820a1b96769ea7447a0fc8e0edabbf57f5

Modified Files
--------------
contrib/unaccent/unaccent.c | 56 +++++++++++++++++++++---------------------
1 files changed, 28 insertions(+), 28 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-05-08 21:00:14 pgsql: Better fix for permissions tests in excluded subqueries.
Previous Message Andres Freund 2013-05-08 18:00:02 Re: Re: [COMMITTERS] pgsql: Fix permission tests for views/tables proven empty by constraint