Re: [HACKERS] coverage analysis improvements

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] coverage analysis improvements
Дата
Msg-id fae38eee-7a93-8c74-58e3-07a56166fcd7@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] coverage analysis improvements  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: [HACKERS] coverage analysis improvements  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Re: [HACKERS] coverage analysis improvements  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 8/24/17 04:12, Michael Paquier wrote:
> Patch 0001 removes the .gcov files, which offer a text representation
> of the coverage. Sometimes I use that with a terminal... Not sure for
> the others, but that's my status on the matter. This also removes the
> target coverage. Please note that on some distributions, like, err...
> ArchLinux, lcov is not packaged in the core packages and it is
> necessary to make use of external sources (AUR). It would be nice to
> keep the original gcov calls as well, and keep the split between
> coverage-html and coverage. I think as well that html generate should
> be done only if lcov is found, and that text generation should be done
> only if gcov is used. It is annoying to see --enable-coverage fail
> because lcov only is missing, but it is not mandatory for coverage.

OK, I was not aware that people are using it that way.  So updated patch
set there, which separates coverage and coverage-html into two
independent targets.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [HACKERS] Varying results when using merge joins overpostgres_fdw vs hash joins
Следующее
От: David Kohn
Дата:
Сообщение: Re: [HACKERS] Varying results when using merge joins overpostgres_fdw vs hash joins