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
-
Improve style of pg_upgrade task callback functions.
- 9726653185de 18.0 landed
-
Remove extra whitespace in pg_upgrade status message.
- 4e0864af16b5 17.1 landed
- 2ceeb638b7b2 18.0 landed
-
Introduce framework for parallelizing various pg_upgrade tasks.
- 40e2e5e92b7d 18.0 cited
-
pg_upgrade: run all data type checks per connection
- 347758b12063 17.0 cited