Re: miscellaneous pg_upgrade cleanup

2024-09-26 Thread Nathan Bossart
Committed. -- nathan

Re: miscellaneous pg_upgrade cleanup

2024-09-23 Thread Nathan Bossart
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

Re: miscellaneous pg_upgrade cleanup

2024-09-23 Thread Daniel Gustafsson
> On 17 Sep 2024, at 21:22, Nathan Bossart 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

miscellaneous pg_upgrade cleanup

2024-09-17 Thread Nathan Bossart
Here are a few miscellaneous cleanup patches for pg_upgrade. I don't think there's anything controversial here. 0001 removes some extra whitespace in the status message for failed data type checks. I noticed that when the check fails, this status message is indented beyond all the other output.