Обсуждение: pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage

Поиск
Список
Период
Сортировка

pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage

От
Tom Lane
Дата:
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

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/bin/pg_upgrade/check.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)