Tom Lane wrote:
> Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes:
> > yeah the "code coverage" changes broke it - the buildfarm dashboard is 
> > pretty telling:
> 
> Yes --- it looks like the configure.in patch is designed to look for
> gcov AND lcov (do we really need both?) AND genhtml, and error out
> if they're not present, even if you didn't say --enable-coverage.
> Please fix.

gcov and lcov do different things; they are both needed.  lcov is a GNU
extension of gcov, which generates the HTML pages.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to