From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix busted test for ldap_initialize. |
Date: | 2021-07-10 17:19:48 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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/[email protected]
Branch
------
master
Modified Files
--------------
configure | 23 ++++++++++++-----------
configure.ac | 3 ++-
2 files changed, 14 insertions(+), 12 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2021-07-10 17:30:42 | Re: pgsql: Fix numeric_mul() overflow due to too many digits after decimal |
Previous Message | Dean Rasheed | 2021-07-10 17:03:54 | Re: pgsql: Fix numeric_mul() overflow due to too many digits after decimal |