pgsql: Add more TAP tests for pg_dumpall

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add more TAP tests for pg_dumpall
Date: 2025-04-04 20:09:53
Message-ID: E1u0nMP-002gkj-0I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add more TAP tests for pg_dumpall

Author: Matheus Alcantara <matheusssilv97(at)gmail(dot)com>
Author: Mahendra Singh Thalor <mahi6run(at)gmail(dot)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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2025-04-04 20:43:21 Re: pgsql: Add more TAP tests for pg_dumpall
Previous Message Andrew Dunstan 2025-04-04 20:09:52 pgsql: Move common pg_dump code related to connections to a new file