RE: parallel vacuum comments
Zhijie Hou (Fujitsu) <houzj.fnst@fujitsu.com>
From: "houzj.fnst@fujitsu.com" <houzj.fnst@fujitsu.com>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>, Peter Geoghegan <pg@bowt.ie>, Andres Freund <andres@anarazel.de>, Masahiko Sawada <sawada.mshk@gmail.com>
Date: 2021-12-22T01:14:26Z
Lists: pgsql-hackers
On Wed, Dec 22, 2021 8:38 AM Masahiko Sawada <sawada.mshk@gmail.com> wrote: > On Tue, Dec 21, 2021 at 10:24 PM Amit Kapila <amit.kapila16@gmail.com> > wrote: > > > > On Tue, Dec 21, 2021 at 11:24 AM Masahiko Sawada > <sawada.mshk@gmail.com> wrote: > > > > > > On Tue, Dec 21, 2021 at 2:04 PM Amit Kapila <amit.kapila16@gmail.com> > wrote: > > > > > > > > > > Thank you for the comment. Agreed. > > > > > > I've attached updated version patches. Please review them. > > > > > > > These look mostly good to me. Please find attached the slightly edited > > version of the 0001 patch. I have modified comments, ran pgindent, and > > modify the commit message. I'll commit this tomorrow if you are fine > > with it. > > It looks good to me. +1, the patch passes check-world and looks good to me. Best regards, Hou zj
Commits
-
Move parallel vacuum code to vacuumparallel.c.
- 8e1fae193864 15.0 landed
-
Move index vacuum routines to vacuum.c.
- cc8b25712b5e 15.0 landed
-
Improve parallel vacuum implementation.
- 22bd3cbe0c28 15.0 landed
-
Fix parallel amvacuumcleanup safety bug.
- c59278a1aa5e 15.0 landed
- f6162c020c88 14.1 landed
-
Simplify state managed by VACUUM.
- b4af70cb2103 14.0 cited