Re: configure openldap crash warning
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Peter Eisentraut <peter.eisentraut@enterprisedb.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-08-30T03:18:23Z
Lists: pgsql-hackers
Andres Freund <andres@anarazel.de> writes: > Why do we continue to link the backend to ldap when we find ldap_r, given that > we know that it can cause problems for extension libraries using libpq? Uh ... if we know that, it's news to me. I think we might've avoided ldap_r for fear of pulling libpthread into the backend; per recent discussion, it's not clear that avoiding that is possible anyway. But you didn't make a case for changing this. regards, tom lane
Commits
-
configure: don't probe for libldap_r if libldap is 2.5 or newer.
- c61f36d99606 10.22 landed
- aff45c879e01 15.0 landed
- af9b96767153 13.8 landed
- 8ed13fb9346d 12.12 landed
- 36d76da8156a 11.17 landed
- 12736e7dc326 14.4 landed