1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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>
This commit is contained in:
Peter Eisentraut
2017-11-02 12:56:30 -04:00
parent 62a16572d5
commit 637a934ab9
4 changed files with 3 additions and 4 deletions

View File

@ -1,3 +1,5 @@
LOAD 'passwordcheck';
CREATE USER regress_user1;
-- ok