Re: pgsql: vacuumdb: enable parallel mode

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: vacuumdb: enable parallel mode
Дата
Msg-id 20150323190035.GH3636@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pgsql: vacuumdb: enable parallel mode  (Michael Paquier <michael.paquier@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: vacuumdb: Check result status of PQsendQuery
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Apply table and domain CHECK constraints in name order.