| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Un-break AIX build. |
| Date: | 2021-07-09 18:16:01 |
| Message-ID: | [email protected] |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Un-break AIX build.
In commit d0a02bdb8, I'd supposed that uniformly probing for
ldap_bind would make the intent clearer. However, that seems
not to work on AIX, for obscure reasons (maybe it's a macro
there?). Revert to the former behavior of probing
ldap_simple_bind for thread-safe cases and ldap_bind otherwise.
Per buildfarm member hoverfly.
Discussion: https://postgr.es/m/[email protected]
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/cbcf5ffb180ad18fcebe8b21ab1ec1e90d3a3b14
Modified Files
--------------
configure | 27 ++++++++++++++-------------
configure.in | 5 +++--
2 files changed, 17 insertions(+), 15 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2021-07-09 18:51:38 | pgsql: Eliminate replication protocol error related to IDENTIFY_SYSTEM. |
| Previous Message | Tom Lane | 2021-07-09 17:38:34 | pgsql: Avoid creating a RESULT RTE that's marked LATERAL. |