pgsql: In pg_upgrade cross-version test, handle lack of oldstyle_length

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: In pg_upgrade cross-version test, handle lack of oldstyle_length
Date: 2020-12-30 09:46:51
Message-ID: E1kuY4B-0007PU-3M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade cross-version test, handle lack of oldstyle_length().

This suffices for testing v12 -> v13; some other version pairs need more
changes. Back-patch to v10, which removed the function.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/239213684d01a64f82dfa6263cccc8bf68aeddd3

Modified Files
--------------
src/bin/pg_upgrade/test.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-12-30 10:56:04 pgsql: Extend the output plugin API to allow decoding of prepared xacts
Previous Message Alexander Korotkov 2020-12-30 08:08:20 Re: pgsql: Add support of multirange matching to the existing range GiST in