Re: Fix for fuzzystrmatch

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Korotkov <aekorotkov@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-20T19:56:00Z
Lists: pgsql-hackers
Alexander Korotkov <aekorotkov@gmail.com> writes:
> Hacker,
> I found two issues in fuzzystrmatch contrib.
> 1) Incorrect s_data shift in levenshtein calculation with threshold with
> multibyte characters. "i" index was used instead of "start_column".
> 2) Missing dependency of fuzzystrmatch.o on levenshtein.c

> Patch is attached.

Applied, thanks.

			regards, tom lane