From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add basic pg_dumpall/pg_restore TAP tests |
Date: | 2017-01-06 21:29:48 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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.
Branch
------
master
Modified Files
--------------
src/bin/pg_dump/t/001_basic.pl | 61 +++++++++++++++++++++++++++++++++++++++-
src/bin/pg_dump/t/002_pg_dump.pl | 8 +++---
2 files changed, 64 insertions(+), 5 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2017-01-07 21:02:34 | pgsql: Get rid of ParseState.p_value_substitute; use a columnref hook i |
Previous Message | Tom Lane | 2017-01-06 21:22:18 | pgsql: Merge two copies of tuple-building code in pltcl.c. |