[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly

Add a (void) cast to all PQcancel() calls that purposefully don't check
the return value, to keep compilers and static checkers happy.

Per Coverity.

Branch
--
REL9_4_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/2176839a4832ad5d19176da2173fec30f78d7bc4

Modified Files
--
src/bin/pg_dump/pg_backup_db.c | 8 
1 file changed, 4 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly

Add a (void) cast to all PQcancel() calls that purposefully don't check
the return value, to keep compilers and static checkers happy.

Per Coverity.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/e0bf16060be695ced920727fa29f0d9ede61bd3f

Modified Files
--
src/bin/pg_dump/pg_backup_db.c | 8 
src/bin/scripts/vacuumdb.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly

Add a (void) cast to all PQcancel() calls that purposefully don't check
the return value, to keep compilers and static checkers happy.

Per Coverity.

Branch
--
REL9_6_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/bfaba24829f511c509557ffc718ac75fb580dca7

Modified Files
--
src/bin/pg_dump/pg_backup_db.c | 8 
src/bin/scripts/vacuumdb.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly

Add a (void) cast to all PQcancel() calls that purposefully don't check
the return value, to keep compilers and static checkers happy.

Per Coverity.

Branch
--
REL9_5_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/e7226dc3eb39d91fb999d58ef52121dd3c8ee9fc

Modified Files
--
src/bin/pg_dump/pg_backup_db.c | 8 
src/bin/scripts/vacuumdb.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


[COMMITTERS] pgsql: Ignore PQcancel errors properly

2017-05-09 Thread Alvaro Herrera
Ignore PQcancel errors properly

Add a (void) cast to all PQcancel() calls that purposefully don't check
the return value, to keep compilers and static checkers happy.

Per Coverity.

Branch
--
REL9_3_STABLE

Details
---
https://git.postgresql.org/pg/commitdiff/345bf97b80a0d45b1fc1a0d921d059a782f06db8

Modified Files
--
src/bin/pg_dump/pg_backup_db.c | 8 
1 file changed, 4 insertions(+), 4 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers