Re: miscellaneous pg_upgrade cleanup

Daniel Gustafsson <daniel@yesql.se>

From: Daniel Gustafsson <daniel@yesql.se>
To: Nathan Bossart <nathandbossart@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2024-09-23T13:04:22Z
Lists: pgsql-hackers
> On 17 Sep 2024, at 21:22, Nathan Bossart <nathandbossart@gmail.com> wrote:
> 
> Here are a few miscellaneous cleanup patches for pg_upgrade.  I don't think
> there's anything controversial here.

No objections to any of these changes, LGTM.

--
Daniel Gustafsson




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