Sorry - I should have gotten to this sooner. Here's a patch which you should
Bruce Momjian <bruce@momjian.us>
Sorry - I should have gotten to this sooner. Here's a patch which you should be able to apply against what you just committed. It rolls soundex into fuzzystrmatch. Remove soundex/metaphone and merge into fuzzystrmatch. Joe Conway
Files
| Path | Change | +/− |
|---|---|---|
| contrib/fuzzystrmatch/fuzzystrmatch.c | modified | +68 −0 |
| contrib/fuzzystrmatch/fuzzystrmatch.h | modified | +20 −9 |
| contrib/fuzzystrmatch/fuzzystrmatch.sql.in | modified | +6 −0 |
| contrib/fuzzystrmatch/README.fuzzystrmatch | modified | +9 −1 |
| contrib/fuzzystrmatch/README.soundex | added | +62 −0 |
| contrib/metaphone/Makefile | deleted | +0 −40 |
| contrib/metaphone/metaphone.c | deleted | +0 −321 |
| contrib/metaphone/metaphone.sql.in | deleted | +0 −3 |
| contrib/metaphone/README.metaphone | deleted | +0 −79 |
| contrib/README | modified | +1 −5 |
| contrib/soundex/Makefile | deleted | +0 −40 |
| contrib/soundex/README.soundex | deleted | +0 −66 |
| contrib/soundex/soundex.c | deleted | +0 −119 |
| contrib/soundex/soundex.sql.in | deleted | +0 −5 |