diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-07-10 13:19:31 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-07-10 13:19:31 -0400 |
commit | ebc346e5bb72b2a68258f1be8791f2b90191cd38 (patch) | |
tree | e567a0f2770674b49ee7e102b3b26109ff9c733c /src/backend/executor/nodeResultCache.c | |
parent | 06883d58ff29cf4fb8c32fd13ce9947796b9fb0f (diff) | |
download | postgresql-ebc346e5bb72b2a68258f1be8791f2b90191cd38.tar.gz postgresql-ebc346e5bb72b2a68258f1be8791f2b90191cd38.zip |
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
Diffstat (limited to 'src/backend/executor/nodeResultCache.c')
0 files changed, 0 insertions, 0 deletions