Re: cvs breakage

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: cvs breakage
Дата
Msg-id 200403100836.09511.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: cvs breakage  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Timing of 'SELECT 1'
Следующее
От: Shachar Shemesh
Дата:
Сообщение: Re: Scalable postgresql using sys_epoll