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-004T6E-M8@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
------
REL_16_STABLE

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

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