Re: Jsonb transform for pl/python

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Jsonb transform for pl/python
Дата
Msg-id b42c5bb1-6f63-a767-5f6b-272b1ab9535a@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Jsonb transform for pl/python  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Список pgsql-hackers
On 27/09/2018 16:58, Nikita Glukhov wrote:
> Working on the new lazy transform for jsonb I found another memory leak in
> PLyObject_ToJsonbValue(): palloc() for output boolean JsonbValue is unnecessary,
> 'out' variable is already initialized.
> 
> Fix is attached.

Committed, thanks.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Odd 9.4, 9.3 buildfarm failure on s390x
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Assertion failure with ALTER TABLE ATTACH PARTITION withlog_min_messages >= DEBUG1