pgsql: Un-break AIX build, take 2.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Un-break AIX build, take 2.
Дата
Msg-id E1m1xap-00026m-NR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Un-break AIX build, take 2.

I incorrectly diagnosed the reason why hoverfly is unhappy.
Looking closer, it appears that it fails to link libldap
unless libssl is also present; so the problem was my
idea of clearing LIBS before making the check.  Revert
to essentially the original coding, except that instead
of failing when libldap_r isn't there, use libldap.

Per buildfarm member hoverfly.

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

Branch
------
REL_12_STABLE

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

Modified Files
--------------
configure    | 97 ++++++++++++++++++++++++------------------------------------
configure.in | 26 ++++++++--------
2 files changed, 51 insertions(+), 72 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: libpq: Fix sending queries in pipeline aborted state
Следующее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix numeric_mul() overflow due to too many digits after decimal