pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages.

2022-07-05 Thread Tom Lane
Fix pg_upgrade to detect non-upgradable anyarray usages. When we changed some built-in functions to use anycompatiblearray instead of anyarray, we created a dump/restore hazard for user-defined operators and aggregates relying on those functions: the user objects have to be modified to change thei

pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages.

2022-07-05 Thread Tom Lane
Fix pg_upgrade to detect non-upgradable anyarray usages. When we changed some built-in functions to use anycompatiblearray instead of anyarray, we created a dump/restore hazard for user-defined operators and aggregates relying on those functions: the user objects have to be modified to change thei

pgsql: Fix pg_upgrade to detect non-upgradable anyarray usages.

2022-07-05 Thread Tom Lane
Fix pg_upgrade to detect non-upgradable anyarray usages. When we changed some built-in functions to use anycompatiblearray instead of anyarray, we created a dump/restore hazard for user-defined operators and aggregates relying on those functions: the user objects have to be modified to change thei