pgsql: Work around cross-version-upgrade issues created by commit 9e38c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Work around cross-version-upgrade issues created by commit 9e38c
Date: 2020-11-10 23:33:07
Message-ID: E1kcd8N-0006AP-SN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Work around cross-version-upgrade issues created by commit 9e38c2bb5.

Summarily changing the STYPE of regression-test aggregates that
depend on array_append or array_cat is an issue for the buildfarm's
cross-version-upgrade tests, because those aggregates (as defined
in the back branches) now won't load into HEAD. Although this seems
like only a minimal risk for genuine user-defined aggregates, we
need to do something for the buildfarm. Hence, adjust the aggregate
definitions, in both HEAD and the back branches.

Discussion: https://postgr.es/m/1401824.1604537031@sss.pgh.pa.us
Discussion: https://postgr.es/m/E1kaQ2c-0005lx-Eg@gemulon.postgresql.org

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/test/regress/expected/polymorphism.out | 24 +++++++++++++-----------
src/test/regress/sql/polymorphism.sql | 13 ++++++++-----
2 files changed, 21 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-11-11 00:18:54 pgsql: doc: fix spelling "connction" to "connection"
Previous Message noreply 2020-11-10 23:12:31 pgsql: Tag refs/tags/REL9_6_20 was created