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...
The only buildfarm animals that have passed since this went in are the ones that don't run the pg_dump or pg_upgrade tests. It looks to me like the proximate problem is that you should have taught pg_dump to skip these new auto-generated functions. However, I fail to see why we need auto-generated functions for this at all. Couldn't we have done it with one polymorphic function? I think this ought to be reverted and reviewed more carefully. regards, tom lane