[COMMITTERS] pgsql: fuzzystrmatch: Add test suite - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: fuzzystrmatch: Add test suite
Date
Msg-id E1dsgdq-0004mn-3x@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
fuzzystrmatch: Add test suite

Reviewed-by: David Steele <david@pgmasters.net>

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 (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add missing tags to GetCommandLogLevel.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Remove TupleDesc remapping logic from tqueue.c.