Re: remove autoanalyze corner case

From: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
To: Sami Imseih <samimseih(at)gmail(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Robert Treat <rob(at)xzilla(dot)net>, satyanarlapuram(at)gmail(dot)com, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: remove autoanalyze corner case
Date: 2026-04-06 02:32:03
Message-ID: CAOzEurQmQwOaqpjhoeBR8SsFJycY2Q4urhCSrX7iXQwR=PiFoQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Apr 6, 2026 at 7:28 AM Sami Imseih <samimseih(at)gmail(dot)com> wrote:
> > +1. I think it might be better to mention this in the documentation to
> > make the behavior explicit. What do you think about stating that an
> > anti-wraparound autovacuum does not perform an ANALYZE, like in the
> > attached patch?
>
> +1 to the additional documentation.
>
> a small nit: We can just say "skipped" and not "still skipped".

Thanks, I've fixed it.

--
Best regards,
Shinya Kato
NTT OSS Center

Attachment Content-Type Size
v3-0001-remove-autoanalyze-corner-case.patch application/octet-stream 2.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-04-06 02:36:21 Re: Shmem allocated wrong for custom cumulative stats
Previous Message jian he 2026-04-06 02:29:05 Re: CREATE SCHEMA ... CREATE DOMAIN support