Re: miscellaneous pg_upgrade cleanup

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-23T14:06:03Z
Lists: pgsql-hackers
On Mon, Sep 23, 2024 at 03:04:22PM +0200, Daniel Gustafsson wrote:
> No objections to any of these changes, LGTM.

Thanks for reviewing.  I'll commit these once the v17 release freeze is
over (since 0001 needs to be back-patched there).

-- 
nathan



Commits

  1. Improve style of pg_upgrade task callback functions.

  2. Remove extra whitespace in pg_upgrade status message.

  3. Introduce framework for parallelizing various pg_upgrade tasks.

  4. pg_upgrade: run all data type checks per connection