pgsql: passwordcheck: Add test suite

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-committers@postgresql.org
Date: 2017-09-15T02:46:06Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. passwordcheck: Add test suite

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(-)