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

From Peter Eisentraut
Subject [COMMITTERS] pgsql: passwordcheck: Add test suite
Date
Msg-id E1dsgdq-0004mt-4X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
passwordcheck: Add test suite

Also improve one error message.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af7211e92dc2bba66f90de9e5bea6ae5fa914c61

Modified Files
--------------
contrib/passwordcheck/.gitignore                 |  4 ++++
contrib/passwordcheck/Makefile                   |  5 +++++
contrib/passwordcheck/expected/passwordcheck.out | 18 ++++++++++++++++++
contrib/passwordcheck/passwordcheck.c            |  2 +-
contrib/passwordcheck/passwordcheck.conf         |  1 +
contrib/passwordcheck/sql/passwordcheck.sql      | 21 +++++++++++++++++++++
6 files changed, 50 insertions(+), 1 deletion(-)


--
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.