Work around cross-version-upgrade issues created by commit 9e38c2bb5.
authorTom Lane <[email protected]>
Tue, 10 Nov 2020 23:32:36 +0000 (18:32 -0500)
committerTom Lane <[email protected]>
Tue, 10 Nov 2020 23:32:36 +0000 (18:32 -0500)
commit6c91e28224f6d7599b7148e28709e7ed825982b8
treec37c6162b717fccf1c61fb598f6fef4cc792459b
parentf57cc8693b15b79186684f02b729090a149b7555
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/[email protected]
src/test/regress/expected/polymorphism.out
src/test/regress/sql/polymorphism.sql