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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Several memory leaks for pg_rewind caused by missing PQclear calls
Дата
Msg-id CAB7nPqTi8wpvFpWbZ9_3tMRZK9NJ-OVBPZifw7GryR1SiE_fDw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Several memory leaks for pg_rewind caused by missing PQclear calls  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
On Tue, Jul 28, 2015 at 2:45 AM, Heikki Linnakangas <hlinnaka@iki.fi> wrote:
> 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.

Thanks for taking care of this.
-- 
Michael



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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Autonomous Transaction is back
Следующее
От: Joe Conway
Дата:
Сообщение: Re: more RLS oversights