Re: pgsql: vacuumdb: enable parallel mode

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: vacuumdb: enable parallel mode
Date: 2015-03-23 19:00:35
Message-ID: 20150323190035.GH3636@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Michael Paquier wrote:
> On Sat, Jan 24, 2015 at 3:06 AM, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> > vacuumdb: enable parallel mode
> >
> > This mode allows vacuumdb to open several server connections to vacuum
> > or analyze several tables simultaneously.
>
> Coverity is still complaining about this block of code where the
> return code of PQsendQuery() is not checked:

Should be fixed now, thanks.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-23 20:59:48 pgsql: Apply table and domain CHECK constraints in name order.
Previous Message Alvaro Herrera 2015-03-23 18:59:21 pgsql: vacuumdb: Check result status of PQsendQuery