Add a variant of the Levenshtein string-distance function that lets the user

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

Commit: 55f6e5f689d3bd086fe4fdcdc823c655005e4d88
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-04-03T21:13:07Z
Releases: 8.4.0
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.

Files