]> granicus.if.org Git - postgresql/commit
Add a variant of the Levenshtein string-distance function that lets the user
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2008 21:13:07 +0000 (21:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Apr 2008 21:13:07 +0000 (21:13 +0000)
commit55f6e5f689d3bd086fe4fdcdc823c655005e4d88
tree0ddce1855ca7e121ad284f7b3dacba09f0ce160d
parentbbe48195ab3e9939d6d414b9db576b7a3edebdda
Add a variant of the Levenshtein string-distance function that lets the user
specify the cost values to use, instead of always using 1's.
Volkan Yazici

In passing, remove fuzzystrmatch.h, which contained a bunch of stuff that had
no business being in a .h file; fold it into its only user, fuzzystrmatch.c.
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/fuzzystrmatch/fuzzystrmatch.h [deleted file]
contrib/fuzzystrmatch/fuzzystrmatch.sql.in
contrib/fuzzystrmatch/uninstall_fuzzystrmatch.sql
doc/src/sgml/fuzzystrmatch.sgml