Re: configure openldap crash warning

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-05-09T13:47:59Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes:
> Btw., I was a bit puzzled about all this talk about deprecation 
> warnings, which I have not seen.  I turns out that you only get those if 
> you use the OS compiler, not a third-party gcc installation.

Ah-hah.

> So in terms of my original message, my installation is clearly niche. 
> The possibly false-positive configure warning is a drop in the bucket 
> compared to the deprecation warnings from the compiler.  So it's 
> probably okay to leave this as is and encourage users to use openldap.

OK.  I will push the configure change once the release freeze lifts.

			regards, tom lane



Commits

  1. configure: don't probe for libldap_r if libldap is 2.5 or newer.