Re: Fix a typo of comments in AutoVacLauncherMain

2025-08-03 Thread Yugo Nagata
On Fri, 1 Aug 2025 10:00:48 -0700 Masahiko Sawada wrote: > On Fri, Aug 1, 2025 at 8:20 AM Yugo Nagata wrote: > > > > Hi, > > > > While reading autovacuum.c, I found the following comments in > > AutoVacLauncherMain() right before the call to rebuild_database_list(); > > > > * Create the

Re: Fix a typo of comments in AutoVacLauncherMain

2025-08-01 Thread Masahiko Sawada
On Fri, Aug 1, 2025 at 8:20 AM Yugo Nagata wrote: > > Hi, > > While reading autovacuum.c, I found the following comments in > AutoVacLauncherMain() right before the call to rebuild_database_list(); > > * Create the initial database list. The invariant we want this list > to > *

Fix a typo of comments in AutoVacLauncherMain

2025-08-01 Thread Yugo Nagata
Hi, While reading autovacuum.c, I found the following comments in AutoVacLauncherMain() right before the call to rebuild_database_list(); * Create the initial database list. The invariant we want this list to * keep is that it's ordered by decreasing next_time. As soon as an