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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tighten pg_upgrade's new check for non-upgradable anyarray usage
Date: 2022-07-05 22:23:44
Message-ID: E1o8qxL-001Nti-3m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9783413cbff9f2b4893ab81e873968905a2cfbfc

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-07-06 00:56:48 pgsql: autho_explain: Add GUC to log query parameters
Previous Message Andres Freund 2022-07-05 20:36:37 pgsql: pgstat: reduce timer overhead by leaving timer running.