[COMMITTERS] pgsql: fuzzystrmatch: Add test suite

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: fuzzystrmatch: Add test suite
Дата
Msg-id E1dsgdq-0004mn-3x@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Add missing tags to GetCommandLogLevel.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Remove TupleDesc remapping logic from tqueue.c.