Re: pgsql: vacuumdb: enable parallel mode - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: vacuumdb: enable parallel mode
Date
Msg-id 20150323190035.GH3636@alvh.no-ip.org
Whole thread Raw
In response to Re: pgsql: vacuumdb: enable parallel mode  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-committers
Michael Paquier wrote:
> On Sat, Jan 24, 2015 at 3:06 AM, Alvaro Herrera <alvherre@alvh.no-ip.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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: vacuumdb: Check result status of PQsendQuery
Next
From: Tom Lane
Date:
Subject: pgsql: Apply table and domain CHECK constraints in name order.