Re: remove autoanalyze corner case - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: remove autoanalyze corner case
Date
Msg-id CAA5RZ0uSwqD8Sh5FZ8Q0QbHqcL2+jhc78ABEoeArVdU6-13U5A@mail.gmail.com
Whole thread Raw
In response to Re: remove autoanalyze corner case  (Shinya Kato <shinya11.kato@gmail.com>)
Responses Re: remove autoanalyze corner case
List pgsql-hackers
> > Well, autoanalyze only runs in this case if autovacuum is disabled via the
> > table's autovacuum_enabled reloption and _not_ disabled via the autovacuum
> > or track_counts GUCs.  I think this is pretty clearly unintentional, as I
> > can find no mention in the code, archives, or docs.  And unless I'm missing
> > something, it's completely unnecessary.  So IMHO we should just remove it.
>
> +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".

--
Sami



pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: EXPLAIN: showing ReadStream / prefetch stats
Next
From: Tomas Vondra
Date:
Subject: Re: EXPLAIN: showing ReadStream / prefetch stats