[HACKERS] code coverage patch

2008-08-27 Thread Michelle Caisse
gger AS '/home/michelle/trunkClean/pgsql/src/test/regress/regress.so' Please test and comment. -- Michelle -- Michelle Caisse Sun Microsystems California, U.S. http://sun.com/postgresql Index: GNUmakefile.in ===

Re: [HACKERS] code coverage patch

2008-09-04 Thread Michelle Caisse
Thanks, I'll take a look at these issues. -- Michelle Alvaro Herrera wrote: Michelle Caisse wrote: I've attached a patch that allows the generation of code coverage statistics. To test it, apply the patch, then: autoconf ./configure --enable-coverage make make check (or e

[HACKERS] Generating code coverage reports

2008-07-10 Thread Michelle Caisse
ge.net/documentation/how-to/ltp.php (coverage/lcov tabs). -- Michelle -- Michelle Caisse Sun Microsystems California, U.S. http://sun.com/postgresql

Re: [HACKERS] Generating code coverage reports

2008-07-10 Thread Michelle Caisse
with "make coverage" after running the tests or application. -- Michelle Tom Lane wrote: Michelle Caisse <[EMAIL PROTECTED]> writes: I have a patch that I will be submitting to add to the build system the capability of reporting on test code coverage metrics for the test su