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
-
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