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

From Noah Misch
Subject pgsql: In pg_upgrade cross-version test, handle lack of oldstyle_length
Date
Msg-id E1kuY4B-0007PX-3k@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/635140ace0b84aa5f177bddc368acb64f56a8e59

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


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Add support of multirange matching to the existing range GiST in
Next
From: Amit Kapila
Date:
Subject: pgsql: Extend the output plugin API to allow decoding of prepared xacts