Re: ANALYZE ONLY
torikoshia <torikoshia@oss.nttdata.com>
From: torikoshia <torikoshia@oss.nttdata.com>
To: Michael Harris <harmic@gmail.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-13T01:50:39Z
Lists: pgsql-hackers
On 2024-09-11 16:47, Michael Harris wrote: > 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. Thanks for the update! I've switched the status on the commitfest to 'ready for committer'. -- Regards, -- Atsushi Torikoshi NTT DATA Group Corporation
Commits
-
Add ONLY support for VACUUM and ANALYZE
- 62ddf7ee9a39 18.0 landed