pgsql: Attempt to fix LDAP build

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Attempt to fix LDAP build
Date: 2017-10-13 03:51:00
Message-ID: E1e2r00-0000nf-94@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Attempt to fix LDAP build

Apparently, an older spelling of LDAP_OPT_DIAGNOSTIC_MESSAGE is
LDAP_OPT_ERROR_STRING, so fall back to that one.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7d1b8e7591690fb68cc53553e0f13b537b5455dc

Modified Files
--------------
src/backend/libpq/auth.c | 6 ++++++
1 file changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-10-13 03:52:28 Re: pgsql: Log diagnostic messages if errors occur during LDAP auth.
Previous Message Peter Eisentraut 2017-10-13 02:55:07 pgsql: Improve LDAP cleanup code in error paths.