pgsql: Add more TAP tests for pg_dumpall - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add more TAP tests for pg_dumpall
Date
Msg-id E1u0nMP-002gkj-0I@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add more TAP tests for pg_dumpall
List pgsql-committers
Add more TAP tests for pg_dumpall

Author: Matheus Alcantara <matheusssilv97@gmail.com>
Author: Mahendra Singh Thalor <mahi6run@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/289f74d0cb247ebdb443fec65fb2500531c961b4

Modified Files
--------------
src/bin/pg_dump/meson.build         |   1 +
src/bin/pg_dump/t/001_basic.pl      |  10 +
src/bin/pg_dump/t/006_pg_dumpall.pl | 391 ++++++++++++++++++++++++++++++++++++
3 files changed, 402 insertions(+)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Move common pg_dump code related to connections to a new file
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add more TAP tests for pg_dumpall