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

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add MacPorts support to src/test/ldap tests.
Date: 2019-03-25 22:44:35
Message-ID: E1h8YKZ-0001WC-Nj@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.

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

Branch
------
master

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

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 Andres Freund 2019-03-26 00:34:26 pgsql: tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Previous Message Tom Lane 2019-03-25 22:42:59 pgsql: Improve planner's selectivity estimates for inequalities on CTID