pgsql: Fix cross-version upgrade test failure

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix cross-version upgrade test failure
Date: 2025-05-20 07:43:16
Message-ID: E1uHHd5-002VhE-26@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix cross-version upgrade test failure

Commit 29f7ce6fe7 added another view that needs adjustment in the
cross-version upgrade test. This should fix the XversionUpgrade
failures in the buildfarm.

Backpatch-through: 16
Discussion: https://www.postgresql.org/message-id/18929-077d6b7093b176e2@postgresql.org

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/558ea446aeb0a95494fb781772dbbe1f2cc636d9

Modified Files
--------------
src/test/perl/PostgreSQL/Test/AdjustUpgrade.pm | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-05-20 14:55:26 pgsql: Fix back-patching of memset_s() fixes.
Previous Message Michael Paquier 2025-05-20 05:40:05 pgsql: doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY