Re: Jsonb transform for pl/python

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Jsonb transform for pl/python
Дата
Msg-id c02881c2-26ca-dc53-137c-a1239aa9b8c0@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Jsonb transform for pl/python  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Jsonb transform for pl/python  (Nikita Glukhov <n.gluhov@postgrespro.ru>)
Список pgsql-hackers
On 3/21/18 18:50, Peter Eisentraut wrote:
> On 3/12/18 11:26, Nikita Glukhov wrote:
>> I have reviewed this patch.  Attached new 6th version of the patch with
>> v5-v6 delta-patch.
> 
> Thanks for the update.  I'm working on committing this.

Committed.

Everything seemed to work well.  I just did a bit of cosmetic cleanups.
I did a fair amount of tweaking on the naming of functions, the
extensions and library names, etc., to make it look like the existing
plpython transforms.  I also changed it so that the transform would
support mappings and sequences other than dict and list.  I removed the
non-ASCII test and the test with the huge numbers.

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


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Parallel Aggregates for string_agg and array_agg
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: [HACKERS] A design for amcheck heapam verification