pgsql: Add MacPorts support to src/test/ldap tests.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add MacPorts support to src/test/ldap tests.
Date: 2023-04-13 14:33:01
Message-ID: E1pmy0S-002s8G-3o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add MacPorts support to src/test/ldap tests.

Previously the test knew how to find an OpenLDAP installation at the
paths used by Homebrew. Add the MacPorts paths too.

This back-patches the v12-era commit aa1419e63 into v11, in
preparation for spinning up a buildfarm animal that requires it.

Author: Thomas Munro
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/CA%2BhUKGKrjGS7sO4jc53gp3qipCtEvThtdP_%3DzoixgX5ZBq4Nbw%40mail.gmail.com
Discussion: https://postgr.es/m/1239437.1681364592@sss.pgh.pa.us

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9517e6e1dd60f38d55f3941d8b5182555c165ede

Modified Files
--------------
src/test/ldap/README | 2 +-
src/test/ldap/t/001_auth.pl | 9 ++++++++-
2 files changed, 9 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-04-13 16:07:19 Re: pgsql: Allow logical decoding on standbys
Previous Message Stephen Frost 2023-04-13 12:56:21 pgsql: Explicitly require MIT Kerberos for GSSAPI