Re: code coverage patch - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: code coverage patch
Date
Msg-id 48B7FA97.8000801@gmx.net
Whole thread Raw
In response to Re: code coverage patch  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Teodor Sigaev
Date:
Subject: Re: User defined I/O conversion casts
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: Proposal: new border setting in psql