pgsql: Simplify new test suite handling of passwordcheck

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify new test suite handling of passwordcheck
Date: 2017-11-02 16:57:10
Message-ID: E1eAInm-00006o-TE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify new test suite handling of passwordcheck

This changes the use of a custom configuration file to enforce the value
of preload_shared_libraries to simply load the library during the tests.
This removes the restriction of running installcheck on the tests, and
simplifies its makefile contrary to what has been introduced in af7211e.

Author: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/637a934ab9bac615af6032bb8424056e91988fb8

Modified Files
--------------
contrib/passwordcheck/Makefile | 3 ---
contrib/passwordcheck/expected/passwordcheck.out | 1 +
contrib/passwordcheck/passwordcheck.conf | 1 -
contrib/passwordcheck/sql/passwordcheck.sql | 2 ++
4 files changed, 3 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-11-02 16:57:52 Re: [COMMITTERS] pgsql: passwordcheck: Add test suite
Previous Message Peter Geoghegan 2017-11-02 16:56:39 Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple