[COMMITTERS] pgsql: Ignore PQcancel errors properly

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема [COMMITTERS] pgsql: Ignore PQcancel errors properly
Дата
Msg-id E1d89RB-0002US-70@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: pg_dump: Add --no-subscriptions option
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Improve memory use in logical replication apply