Re: Track skipped tables during autovacuum and autoanalyze - Mailing list pgsql-hackers

From Sami Imseih
Subject Re: Track skipped tables during autovacuum and autoanalyze
Date
Msg-id CAN12+YLZZVc=UMi0-gDNx=0UJ2PUdhzuRiXijPZuHaQ3S4raug@mail.gmail.com
Whole thread
In response to Re: Track skipped tables during autovacuum and autoanalyze  (Yugo Nagata <nagata@sraoss.co.jp>)
List pgsql-hackers
> One minor comment is:
>
>                 toast_vacuum_params.options |= VACOPT_PROCESS_MAIN;
> +               toast_vacuum_params.options &= ~VACOPT_ANALYZE;
>                 toast_vacuum_params.toast_parent = relid;
>
> I wonder if this change is still necessary now that the filtering for TOAST
> tables has been added to pgstat_report_skipped_vacuum_analyze().
>
> If we keep this change, should we also add a comment explaining
> why it is needed?

Right. I removed it.

--
Sami

Attachment

pgsql-hackers by date:

Previous
From: "Tristan Partin"
Date:
Subject: Re: Add ASCII fast path to Unicode normalization functions
Next
From: David Geier
Date:
Subject: Re: Reducing relcache memory usage 2: shrink sizeof(RelationData)