Re: ANALYZE ONLY

Michael Harris <harmic@gmail.com>

From: Michael Harris <harmic@gmail.com>
To: torikoshia <torikoshia@oss.nttdata.com>
Cc: David Rowley <dgrowleyml@gmail.com>, Melih Mutlu <m.melihmutlu@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>, Robert Haas <robertmhaas@gmail.com>, postgres@jeltef.nl, ilya.evdokimov@tantorlabs.com
Date: 2024-09-11T07:47:09Z
Lists: pgsql-hackers

Attachments

Thanks for the feedback.

On Tue, 10 Sept 2024 at 22:03, torikoshia <torikoshia@oss.nttdata.com> wrote:
> Regarding the addition of partition descendant tables, should we also
> update the below comment on expand_vacuum_rel? Currently it refers only
> partitions:
>
> |  * Given a VacuumRelation, fill in the table OID if it wasn't
> specified,
> |  * and optionally add VacuumRelations for partitions of the table.
>

Well spotted! I have updated the comment to read:

 * Given a VacuumRelation, fill in the table OID if it wasn't specified,
 * and optionally add VacuumRelations for partitions or descendant tables
 * of the table.

Cheers
Mike.

Commits

  1. Add ONLY support for VACUUM and ANALYZE