Re: [COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage

2017-03-20 Thread Robert Haas
So was this 3340 line patch posted or discussed anyplace before it got committed? On Sat, Mar 18, 2017 at 1:18 PM, Stephen Frost wrote: > Improve pg_dump regression tests and code coverage > > These improvements bring the lines-of-code coverage of pg_dump.c up to > 87.7% (at least using LCOV 1.12

[COMMITTERS] pgsql: Improve pg_dump regression tests and code coverage

2017-03-18 Thread Stephen Frost
Improve pg_dump regression tests and code coverage These improvements bring the lines-of-code coverage of pg_dump.c up to 87.7% (at least using LCOV 1.12, 1.11 seems to differ slightly). Nearly every function is covered, three of the four which aren't are only called when talking to older PG inst