Thread

  1. Re: obsolete autovacuum comment

    David Rowley <dgrowleyml@gmail.com> — 2025-11-11T20:52:49Z

    On Wed, 12 Nov 2025 at 09:35, Nathan Bossart <nathandbossart@gmail.com> wrote:
    >
    > On Mon, Nov 10, 2025 at 02:03:27PM -0600, Nathan Bossart wrote:
    > > Any objections to removing this comment?
    >
    > If none materialize, I will proceed with removal in a couple of days.
    
    I've never been able to make sense of that comment. I tried to dig a
    bit yesterday and still couldn't make sense of it in the context of
    the commit when it was added.  I assume it's talking about
    pg_stat_all_tables.autovacuum_count, but I can't think why that
    matters as I didn't find any code that took that into account for
    triggering autovacuum.
    
    It does look like Tom wrote it new for 29094193f rather than copied it
    from somewhere, as those words didn't exist in the pg_autovacuum
    contrib module as of that commit.
    
    David