Re: parallel vacuum - few questions on docs, comments and code
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: Dilip Kumar <dilipbalaut@gmail.com>,
Masahiko Sawada <sawada.mshk@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-25T09:29:56Z
Lists: pgsql-hackers
On Fri, May 21, 2021 at 3:33 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > On Fri, May 21, 2021 at 1:30 PM Bharath Rupireddy > <bharath.rupireddyforpostgres@gmail.com> wrote: > > > > On Fri, May 21, 2021 at 11:10 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > > > > If the patch changes the vacuumdb code as above then isn't it better > > > to change the vacuumdb docs to reflect the same. See below part of > > > vacuumdb docs: > > > -P parallel_degree > > > --parallel=parallel_degree > > > > Changed. > > > > > Also, can you please check if your patch works for PG-13 as well > > > because I think it is better to backpatch it? > > > > I'm not sure about backpatching as it is not a critical bug fix. Since > > the changes are user visible, I think that it's okay to backpatch. > > > > Yes, as it is a user-visible change (though minor) so I thought it > would be good to backpatch this. Does anyone else have any opinion on > this? > Pushed! -- With Regards, Amit Kapila.
Commits
-
Improve docs and error messages for parallel vacuum.
- 9012e5594c6f 13.4 landed
- 0734b0e98344 14.0 landed