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