[COMMITTERS] pgsql: Attempt to fix LDAP build - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Attempt to fix LDAP build
Date
Msg-id E1e2r00-0000nf-94@gemulon.postgresql.org
Whole thread Raw
List 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(+)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Log diagnostic messages if errors occur during LDAP auth.
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Log diagnostic messages if errors occur during LDAP auth.