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

From Heikki Linnakangas
Subject pgsql: The data structure used in unaccent is a trie, not suffix tree.
Date
Msg-id E1Ua8fU-0002T8-4B@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix walsender failure at promotion.
Next
From: Tom Lane
Date:
Subject: pgsql: Better fix for permissions tests in excluded subqueries.