]> granicus.if.org Git - postgresql/commit
Add basic pg_dumpall/pg_restore TAP tests
authorStephen Frost <sfrost@snowman.net>
Fri, 6 Jan 2017 21:29:31 +0000 (16:29 -0500)
committerStephen Frost <sfrost@snowman.net>
Fri, 6 Jan 2017 21:29:31 +0000 (16:29 -0500)
commit9b815a8ff227e62442259e0fbabc5cf37e433df9
tree805b70892175f1fb11c732075c3edd7bc6d23d08
parentde5fed0d0c704e3d1a928bf420663319d898cee4
Add basic pg_dumpall/pg_restore TAP tests

For reasons unknown, pg_dumpall and pg_restore managed to escape the
basic set of TAP tests that were added for pg_dump in 6bd356c3, so
let's get them added now.  A few minor adjustments are also made to the
dump/restore tests to improve code coverage for pg_restore/pg_dumpall.
src/bin/pg_dump/t/001_basic.pl
src/bin/pg_dump/t/002_pg_dump.pl