Re: code coverage patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: code coverage patch
Дата
Msg-id 48B7FA97.8000801@gmx.net
обсуждение исходный текст
Ответ на Re: code coverage patch  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut wrote:
> Michelle Caisse wrote:
>> gcov gets confused when source files are generated. I eliminated
>> src/backend/bootstrap and ../parser from coverage analysis to avoid
>> errors of this type.
> 
> The problem with those files is that the source file contains lines like this:
> 
> #line 1042 "y.tab.c"
> 
> but that source file does not exist, as it is renamed to gram.c.

This problem is now fixed, so the workaround in the coverage patch can 
be dropped.



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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: User defined I/O conversion casts
Следующее
От: "D'Arcy J.M. Cain"
Дата:
Сообщение: Re: Proposal: new border setting in psql