Tatsuo Ishii <ishii(at)postgresql(dot)org> writes:
> According to Coverity, there's a memory leak bug in transfer_all_new_dbs().
It's pretty difficult to get excited about that; how many table-free
databases is pg_upgrade likely to see in one run? But surely we could
just move the pg_free call to after the if-block.
regards, tom lane