[HACKERS] coverage analysis improvements - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] coverage analysis improvements
Date
Msg-id ecca489f-4b74-f55a-16fb-91383b470f27@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] coverage analysis improvements  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Here is a patch series with some significant reworking and adjusting of
how the coverage analysis tools are run.  The result should be that the
"make coverage" runs are faster and more robust, the results are more
accurate, and the code is simpler.  Please see the individual patches
for details.

I have replaced "make coverage-html" with "make coverage" (but kept the
previous name for compatibility), since the old meaning of the latter
has gone away and was never very useful.  Other than that, the usage of
everything stays the same.

I will add it to the commit fest.  Testing with different versions of
tools would be especially valuable.

-- 
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

Attachment

pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: [HACKERS] dubious error message from partition.c
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Page Scan Mode in Hash Index