[COMMITTERS] pgsql: Simplify new test suite handling of passwordcheck - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Simplify new test suite handling of passwordcheck
Date
Msg-id E1eAInm-00006o-TE@gemulon.postgresql.org
Whole thread Raw
List 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.paquier@gmail.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(-)


--
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: Peter Geoghegan
Date:
Subject: Re: [HACKERS] [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple
Next
From: nmmulla
Date:
Subject: [COMMITTERS] sytax errors in standby commands