Re: fix pg_upgrade comment

2024-06-19 Thread Nathan Bossart
On Tue, Jun 18, 2024 at 10:20:06PM +0200, Daniel Gustafsson wrote: > Nice catch, +1 for committing. Committed. -- nathan

Re: fix pg_upgrade comment

2024-06-18 Thread Daniel Gustafsson
> On 18 Jun 2024, at 21:50, Nathan Bossart wrote: > > I noticed that the "check" variable, which is used for "pg_upgrade > --check", is commented as follows: > > bool check; /* true -> ask user for permission to make > * changes */ > > This comment was first added when pg_upgrade was introduced