]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:19 +0000 (18:23 -0400)
commit9783413cbff9f2b4893ab81e873968905a2cfbfc
tree77622f0b0fc5087ddb2198b23317a86b06fddf10
parent175e60a5e35e213f42ed69eeb5ab992a49ae41f4
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