pgsql: vacuumdb: Check result status of PQsendQuery

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: vacuumdb: Check result status of PQsendQuery
Date: 2015-03-23 18:59:21
Message-ID: E1Ya7ZJ-0006qV-6h@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

vacuumdb: Check result status of PQsendQuery

Noticed by Coverity

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/871293fb7fa869fbe0f202bef2e0d781bfd21b3e

Modified Files
--------------
src/bin/scripts/vacuumdb.c | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-03-23 19:00:35 Re: pgsql: vacuumdb: enable parallel mode
Previous Message Heikki Linnakangas 2015-03-23 18:27:45 pgsql: Try to fix MSVC build of pg_rewind.