Re: pgsql: Fix handling of HBA ldapserver with multiple hostnames.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix handling of HBA ldapserver with multiple hostnames.
Дата
Msg-id 14114.1542119985@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix handling of HBA ldapserver with multiple hostnames.  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-committers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> On Tue, Nov 13, 2018 at 6:54 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Hm, what warnings?

> Apple ships OpenLDAP headers that tell you to ditch it and use Apple
> OpenDirectory Framework:

Oh, that.  I just use -Wno-deprecated-declarations.

A bigger issue to my mind is that configure bleats about the
OpenLDAP version:

checking for compatible LDAP implementation... (cached) no
configure: WARNING:
*** With OpenLDAP versions 2.4.24 through 2.4.31, inclusive, each backend
*** process that loads libpq (via WAL receiver, dblink, or postgres_fdw) and
*** also uses LDAP will crash on exit.

I have not experimented to see if that's really true on recent macOS,
but if it is, it'd be a problem for production use.

            regards, tom lane


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix minor whitespace issue
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove unused code in ECPG.