Re: code coverage patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Michelle Caisse <Michelle(dot)Caisse(at)sun(dot)com>
Subject: Re: code coverage patch
Date: 2008-08-29 13:33:11
Message-ID: 48B7FA97.8000801@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message D'Arcy J.M. Cain 2008-08-29 13:45:04 Re: Proposal: new border setting in psql
Previous Message Alvaro Herrera 2008-08-29 13:10:10 Re: libpq does not manage SSL callbacks properly when other libraries are involved.