Re: cvs breakage - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: cvs breakage
Date
Msg-id 200403100836.09511.peter_e@gmx.net
Whole thread Raw
In response to Re: cvs breakage  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:
> I understood "make check" should be able to be run before an install.

Yes, it's one of our dirty little secrets.

> Turning off rpath in src/Makefile.global did the trick. I'm amazed
> this hasn't caught me before - maybe libpq has just been so stable it
> hasn't made a difference ... Should the version number be bumped? or
> is this just a developer gotcha?

The version number doesn't matter unless it's a major version change.  
If you have an rpath set and there is a fittingly named library there, 
the executables take that one no matter what you may have set via 
LD_LIBRARY_PATH or other means.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Timing of 'SELECT 1'
Next
From: Shachar Shemesh
Date:
Subject: Re: Scalable postgresql using sys_epoll