]> granicus.if.org Git - postgresql/commit
Correct a mistake in levenshtein_less_equal() multibyte character handling.
authorRobert Haas <rhaas@postgresql.org>
Fri, 22 Oct 2010 19:27:39 +0000 (15:27 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 22 Oct 2010 19:27:39 +0000 (15:27 -0400)
commitdd1587089c3dadd4bc1c85e8e75edf3a24686934
treec9389fc89dc1b4984558e8d43e69c53e3f433413
parent57b80b4c466f224b6623e38081cea6e6d2fe0744
Correct a mistake in levenshtein_less_equal() multibyte character handling.

Spotted by Alexander Korotkov.

Along the way, remove a misleading comment line.
contrib/fuzzystrmatch/levenshtein.c