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

From Tom Lane
Subject pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage
Date
Msg-id E1o8qxL-001Ntg-3H@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pgstat: reduce timer overhead by leaving timer running.
Next
From: Michael Paquier
Date:
Subject: pgsql: autho_explain: Add GUC to log query parameters