pgsql: Apply pg_dump test cleanups to test_pg_dump as well

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Apply pg_dump test cleanups to test_pg_dump as well
Date: 2024-02-08 20:23:26
Message-ID: E1rYAve-005I2o-7N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Apply pg_dump test cleanups to test_pg_dump as well

Apply the changes from 41a284411e0 to the test_pg_dump module as well.
Here, we just apply the new test consistency checks, but we don't need
to fix any existing tests.

Discussion: https://www.postgresql.org/message-id/flat/1f8cb371-e84e-434e-0367-6b716fb16fa1(at)eisentraut(dot)org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a89fa007142ea3a02fd26f9ad980e11cae718e60

Modified Files
--------------
src/test/modules/test_pg_dump/t/001_base.pl | 16 ++++++++++++++++
1 file changed, 16 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-02-09 00:31:26 pgsql: Improve COPY TO performance when server and client encodings mat
Previous Message Alexander Korotkov 2024-02-08 20:00:56 Re: gcc build warnings at -O3