postgresql/contrib/fuzzystrmatch
Peter Eisentraut 037a82704c Standardize treatment of strcmp() return value
Always compare the return value to 0, don't use cute tricks like
if (!strcmp(...)).
2011-12-27 21:19:09 +02:00
..
dmetaphone.c Standardize treatment of strcmp() return value 2011-12-27 21:19:09 +02:00
fuzzystrmatch--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
fuzzystrmatch--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
fuzzystrmatch.c Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
fuzzystrmatch.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
levenshtein.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
Makefile Minor logic fix for new levenshtein implementation. 2011-02-20 14:55:07 -05:00