Re: "make check" fails for 7.4.2 checked out from CVS - Mailing list pgsql-general

From Tom Lane
Subject Re: "make check" fails for 7.4.2 checked out from CVS
Date
Msg-id 20471.1079022375@sss.pgh.pa.us
Whole thread Raw
In response to "make check" fails for 7.4.2 checked out from CVS  (Csaba Nagy <nagy@ecircle-ag.com>)
Responses Re: "make check" fails for 7.4.2 checked out from CVS
List pgsql-general
Peter Eisentraut <peter_e@gmx.net> writes:
> Tom Lane wrote:
>> But shouldn't the minor-version bump between 7.3 and 7.4 libpq.so
>> have prevented the dynamic linker from accepting the 7.3 libpq.so as
>> the one to use?  I thought the rule was "same major version as
>> requested, minor version >= requested".

> Maybe, but the directory search order comes first.  If a compatible
> library is found, it is used, no matter whether "better" compatible
> library files are available in other directories that are searched
> later.

But it shouldn't have been considered compatible, period.  I am
wondering if the psql executable was misbuilt to specify that it wanted
libpq >= 3.0, rather than >= 3.1 as it should have said.

            regards, tom lane

pgsql-general by date:

Previous
From: Alexander Cohen
Date:
Subject: oidvector type
Next
From: Lincoln Yeoh
Date:
Subject: Re: Question on Opteron performance