fuzzystrmatch: Add test suite Reviewed-by: David Steele <[email protected]>
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6141123a827a47d02b8b6c8eb97643c33aa4461d Modified Files -------------- contrib/fuzzystrmatch/.gitignore | 4 ++ contrib/fuzzystrmatch/Makefile | 2 + contrib/fuzzystrmatch/expected/fuzzystrmatch.out | 67 ++++++++++++++++++++++++ contrib/fuzzystrmatch/sql/fuzzystrmatch.sql | 21 ++++++++ doc/src/sgml/fuzzystrmatch.sgml | 8 +-- 5 files changed, 98 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
