pgsql: Fix cross-version upgrade test failure - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix cross-version upgrade test failure
Date
Msg-id E1uHHd5-002VhA-20@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Clarify use of _ccnew and _ccold in REINDEX CONCURRENTLY
Next
From: Tom Lane
Date:
Subject: pgsql: Fix back-patching of memset_s() fixes.