pgsql: Add missing test names in TAP tests of pg_upgrade

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing test names in TAP tests of pg_upgrade
Date: 2022-06-02 00:23:25
Message-ID: E1nwYcX-002Gew-7J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing test names in TAP tests of pg_upgrade

While on it, this removes the inclusion of getcwd() as The test code
does not rely on it.

Author: Peter Eisentraut
Discussion: https://postgr.es/m/f80ace33-11fb-1cd3-20f8-98f51d151088@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/99f6f19799edbba5e0a73702c0a1bd13bdd285a2

Modified Files
--------------
src/bin/pg_upgrade/t/002_pg_upgrade.pl | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-06-02 03:13:11 pgsql: Prohibit combining publications with different column lists.
Previous Message Tom Lane 2022-06-01 21:22:03 pgsql: Silence compiler warnings from some older compilers.