pgsql: Free PQresult on error in pg_receivexlog.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Free PQresult on error in pg_receivexlog.
Дата
Msg-id E1WjlI2-0003u2-Dk@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Free PQresult on error in pg_receivexlog.

The leak is fairly small and rare, but a leak nevertheless.

Per Coverity report. Backpatch to 9.2, where pg_receivexlog was added.
pg_basebackup shares the code, but it always exits on error, so there is
no real leak.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c890b488063e23f12b5ab01c9a6d254a034fcea2

Modified Files
--------------
src/bin/pg_basebackup/receivelog.c |    2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Free PQresult on error in pg_receivexlog.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Free PQresult on error in pg_receivexlog.