Tighten pg_upgrade's new check for non-upgradable anyarray usages.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jul 2022 22:23:19 +0000 (18:23 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 5 Jul 2022 22:23:34 +0000 (18:23 -0400)
commitc7e21e96646436d523f489ad53912aa2af0e2227
treef6c7bf173eaf0a92dd64cdc76540733f0f25bb43
parent4a37527fde3c0959475636dcc88c19b7315f891a
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
src/bin/pg_upgrade/check.c