Re: Several memory leaks for pg_rewind caused by missing PQclear calls

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Several memory leaks for pg_rewind caused by missing PQclear calls
Дата
Msg-id 55B66E45.8060606@iki.fi
обсуждение исходный текст
Ответ на Several memory leaks for pg_rewind caused by missing PQclear calls  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Several memory leaks for pg_rewind caused by missing PQclear calls  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 07/23/2015 05:08 PM, Michael Paquier wrote:
> Hi all,
>
> After a run of valgrind on pg_rewind, I found a couple of code paths
> missing some PQclear calls after running a query. Attached is a patch
> to fix all those leaks.

Fixed, thanks.

- Heikki




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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Alpha 2 wrapping August 3
Следующее
От: Robert Haas
Дата:
Сообщение: Re: proposal: multiple psql option -c