Re: [Proposal] Allow users to specify multiple tables in VACUUM commands

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>
Subject: Re: [Proposal] Allow users to specify multiple tables in VACUUM commands
Date: 2017-05-18 23:24:41
Message-ID: 30C9782A-9AB6-4537-AB24-24B1824ECEF6@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks all for your feedback. I’ve attached v5 of the patch.

Changes:
- fixed implicit declaration of ‘attnameAttNum’ in vacuum.c
- specified relations and columns are de-duplicated
- users are now forced to specify ANALYZE if a column list is given
- added to VACUUM regression test
- rebased with master

Nathan

Attachment Content-Type Size
vacuum_multiple_tables_v5.patch application/octet-stream 33.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-05-19 00:06:38 Re: [Proposal] Allow users to specify multiple tables in VACUUM commands
Previous Message Alvaro Herrera 2017-05-18 23:11:15 Re: different column orders in regression test database