pgsql: Don't install ldap_password_func in meson - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Don't install ldap_password_func in meson
Date
Msg-id E1r0fuI-004T6D-Lh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Don't install ldap_password_func in meson

It should be handled as a test module per commit b6a0d469ca.

Branch
------
master

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

Modified Files
--------------
src/test/modules/ldap_password_func/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix use of OPENSSL in SSL tests if command is not found
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Move a few ResourceOwnerEnlarge() calls for safety and clarity.