pgsql: Have lcov call the right gcov

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Have lcov call the right gcov
Дата
Msg-id E1WZsZG-00041h-40@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Have lcov call the right gcov

By default, lcov will call whatever gcov it can find in the path.  But
if the user has specified a different gcov to configure, this could be
incompatible.  So tell lcov explicitly with an option which gcov program
to call.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0d3b2b80aa6aee753f372bb0300a131691e9f55c

Modified Files
--------------
src/Makefile.global.in |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add TAP tests for client programs
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: vacuumdb: Add option --analyze-in-stages