Re: Memory leak in Pl/Python

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Memory leak in Pl/Python
Дата
Msg-id 19878.1466966292@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Memory leak in Pl/Python  (Andrey Zhidenkov <andrey.zhidenkov@gmail.com>)
Список pgsql-hackers
Andrey Zhidenkov <andrey.zhidenkov@gmail.com> writes:
> It's very strange, but when I use expression 'update test set test =
> 'test' where id = 1' as argument of plpy.execute() memory do not
> growing at all...

Well, that suggests it's not particularly plpython's fault at all, but
a leak somewhere in the table update.  You still haven't provided a
self-contained test case, and this bit of information strongly suggests
that something about the test table is critical to reproducing the
problem.
        regards, tom lane



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

Предыдущее
От: Andrey Zhidenkov
Дата:
Сообщение: Re: Memory leak in Pl/Python
Следующее
От: David Rowley
Дата:
Сообщение: Re: Rethinking representation of partial-aggregate steps