postgresql/src/bin/scripts
Alvaro Herrera bfaba24829 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.
2017-05-09 14:58:51 -03:00
..
po Translation updates 2017-05-08 10:10:54 -04:00
t Establish conventions about global object names used in regression tests. 2016-07-17 18:42:43 -04:00
.gitignore Move psql's print.c and mbprint.c into src/fe_utils. 2016-03-24 18:27:28 -04:00
clusterdb.c Obstruct shell, SQL, and conninfo injection via database and role names. 2016-08-08 10:07:46 -04:00
common.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
common.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
createdb.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
createlang.c Field conninfo strings throughout src/bin/scripts. 2016-08-08 10:07:46 -04:00
createuser.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
dropdb.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
droplang.c Field conninfo strings throughout src/bin/scripts. 2016-08-08 10:07:46 -04:00
dropuser.c Create src/fe_utils/, and move stuff into there from pg_dump's dumputils. 2016-03-24 15:55:57 -04:00
Makefile Build libpgfeutils before pg_isready. 2016-08-23 23:41:04 -04:00
nls.mk Translation updates 2016-05-09 10:04:41 -04:00
pg_isready.c Update copyright for 2016 2016-01-02 13:33:40 -05:00
reindexdb.c Obstruct shell, SQL, and conninfo injection via database and role names. 2016-08-08 10:07:46 -04:00
vacuumdb.c Ignore PQcancel errors properly 2017-05-09 14:58:51 -03:00