pgsql: Don't install ldap_password_func in meson

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't install ldap_password_func in meson
Date: 2023-11-08 10:35:35
Message-ID: E1r0fuI-004T6D-Lh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2023-11-08 11:36:56 pgsql: Change pgcrypto to use the new ResourceOwner mechanism.
Previous Message Michael Paquier 2023-11-08 08:30:12 pgsql: Fix use of OPENSSL in SSL tests if command is not found