pgsql: Fix busted test for ldap_initialize.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix busted test for ldap_initialize.
Дата
Msg-id E1m2Gdo-0001kF-Lk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix busted test for ldap_initialize.

Sigh ... I was expecting AC_CHECK_LIB to do something it didn't,
namely update LIBS.  This led to not finding ldap_initialize.
Fix by moving the probe for ldap_initialize.  In some sense this
is more correct anyway, since (at least for now) we care about
whether ldap_initialize exists in libldap not libldap_r.

Per buildfarm member elver and local testing.

Discussion: https://postgr.es/m/17083-a19190d9591946a7@postgresql.org

Branch
------
REL_14_STABLE

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

Modified Files
--------------
configure    | 23 ++++++++++++-----------
configure.ac |  3 ++-
2 files changed, 14 insertions(+), 12 deletions(-)


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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: pgsql: Fix numeric_mul() overflow due to too many digits after decimal
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix assign_record_type_typmod().