Tighten pg_upgrade's new check for non-upgradable anyarray usages.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c7e21e96646436d523f489ad53912aa2af0e2227
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-07-05T22:23:34Z
Releases: 15.0
Tighten pg_upgrade's new check for non-upgradable anyarray usages.

We only need to reject cases when the aggregate or operator is
itself declared with a polymorphic type.  Per buildfarm.

Discussion: https://postgr.es/m/3383880.QJadu78ljV@vejsadalnx

Files

PathChange+/−
src/bin/pg_upgrade/check.c modified +4 −1

Discussion