Re: make coverage-html on OS X

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: make coverage-html on OS X
Дата
Msg-id 1e4ebe83-6bae-b911-348c-e7e420ee7862@BlueTreble.com
обсуждение исходный текст
Ответ на Re: make coverage-html on OS X  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
On 10/29/16 3:31 PM, Jim Nasby wrote:
> tl;dr: It's critical that you actually do a make install, or at least it
> is if you've set --prefix with configure. If you don't, then even if you
> do make check you'le going to get the *installed* libpq, and not the
> *built* libpq.

Actually, sometimes that isn't even enough. I had one checkout that was 
refusing to successfully build coverage (producing an old .gcda for 
*everything*) until I rm'd the entire install directory (make uninstall 
was not enough). I also killed the running postmaster as part of that, 
so it's possible that's what was causing the problems.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com
855-TREBLE2 (855-873-2532)   mobile: 512-569-9461



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Speed up Clog Access by increasing CLOG buffers
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: Re: Microvacuum support for Hash Index