On Tue, Jun 15, 2021 at 8:18 PM Tom Lane <t...@sss.pgh.pa.us> wrote: > Alexander Korotkov <aekorot...@gmail.com> writes: > > I did run "check-world", but it passed for me. Probably the same > > reason it passed for some buildfarm animals... > > It looks to me like the proximate problem is that you should > have taught pg_dump to skip these new auto-generated functions.
Yes, it appears that pg_dump skips auto-generated functions, but doesn't skip auto-generated casts. It appears to be enough to tune query getCasts() to resolve the issue. The revised patch is attached. ------ Regards, Alexander Korotkov
multirange_unnest_cast_to_array-v5.patch
Description: Binary data