Re: [Proposal] Allow users to specify multiple tables in VACUUM commands
Nathan Bossart <bossartn@amazon.com>
From: "Bossart, Nathan" <bossartn@amazon.com>
To: Michael Paquier <michael.paquier@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
"Masahiko
Sawada" <sawada.mshk@gmail.com>,
"David G. Johnston" <david.g.johnston@gmail.com>,
Robert Haas <robertmhaas@gmail.com>
Date: 2017-09-29T14:33:18Z
Lists: pgsql-hackers
Attachments
- vacuum_multiple_tables_v24.patch (application/octet-stream) patch v24
On 9/28/17, 10:05 PM, "Bossart, Nathan" <bossartn@amazon.com> wrote: > On 9/28/17, 8:46 PM, "Michael Paquier" <michael.paquier@gmail.com> wrote: >> On Fri, Sep 29, 2017 at 10:44 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: >>> Michael Paquier <michael.paquier@gmail.com> writes: >>>> On Fri, Sep 29, 2017 at 2:44 AM, Bossart, Nathan <bossartn@amazon.com> wrote: >>>>> Alright, I've added logging for autovacuum in v23. I ended up needing to >>>>> do a little restructuring to handle the case when the relation was skipped >>>>> because the lock could not be obtained. While doing so, I became >>>>> convinced that LOG was probably the right level for autovacuum logs. >>> >>>> OK, of course let's not change the existing log levels. This could be >>>> always tuned later on depending on feedback from others. I can see >>>> that guc.c also uses elevel == 0 for some logic, so we could rely on >>>> that as you do. >>> >>> FWIW, I don't think this patch should be mucking with logging behavior >>> at all; that's not within its headline charter, and I doubt many people >>> are paying attention. I propose to commit it without that. If you feel >>> hot about changing the logging behavior, you can resubmit that as a new >>> patch in a new thread where it will get some visibility and debate on >>> its own merits. >> >> Okay. I am fine with that as well. > > Sure, that seems reasonable to me. Here's a version without the logging changes in vacuum_rel() and analyze_rel(). I’ll look into submitting those in the next commitfest. Nathan
Commits
-
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
- 11d8d72c27a6 11.0 landed
-
Give a better error for duplicate entries in VACUUM/ANALYZE column list.
- ea31541f5648 9.6.6 landed
- e56facd8b300 9.2.24 landed
- b572b435ca67 9.4.15 landed
- a2b1eb23496e 10.0 landed
- a09d8be7ddaf 9.3.20 landed
- 71480501057f 11.0 landed
- 122289a66b92 9.5.10 landed
-
Reject ANALYZE commands during VACUUM FULL or another ANALYZE.
- e415b469b33b 9.5.0 cited