pgsql: ci: Add test coverage of different pg_upgrade modes

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Add test coverage of different pg_upgrade modes
Date: 2024-02-19 08:31:54
Message-ID: E1rbz46-006z0D-Ep@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Add test coverage of different pg_upgrade modes

Run freebsd with --link and macos with --clone, to get some coverage
of the non-default modes.

Author: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/20220528153741(dot)GK19626(at)telsasoft(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/21a71648d39fe386acf8928ae59f41c6cccb47cf

Modified Files
--------------
.cirrus.tasks.yml | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-02-19 12:35:44 pgsql: Get rid of pg_class usage in SJE regression tests
Previous Message Amit Kapila 2024-02-19 05:12:56 pgsql: Fix 004_subscription.pl to allow its usage in --link mode.