Re: cvs breakage

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs breakage
Date: 2004-03-10 07:36:09
Message-ID: 200403100836.09511.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shachar Shemesh 2004-03-10 08:38:10 Re: Scalable postgresql using sys_epoll
Previous Message Tom Lane 2004-03-10 06:13:16 Re: Timing of 'SELECT 1'