Re: Jsonb transform for pl/python

Поиск
Список
Период
Сортировка
От Anthony Bykov
Тема Re: Jsonb transform for pl/python
Дата
Msg-id 20180112140425.41174bd3@anthony-24-g082ur
обсуждение исходный текст
Ответ на Re: Jsonb transform for pl/python  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: Jsonb transform for pl/python
Список pgsql-hackers
On Fri, 12 Jan 2018 13:33:56 +1300
Thomas Munro <thomas.munro@enterprisedb.com> wrote:

> On Thu, Dec 7, 2017 at 12:40 AM, Anthony Bykov
> <a.bykov@postgrespro.ru> wrote:
> > Hello,
> > fixed the issues:
> > 1. Rising errors when invalid object being transformed.
> > 2. We don't rise the exception when transforming range(3) only in
> > python 2. In third one it is an error.
> >
> > Please, find the 4-th version of the patch in attachments to this
> > message. --  
> 
> Hi Anthony,
> 
> FYI make docs fails:
> 
> json.sgml:584: parser error : Opening and ending tag mismatch: xref
> line 581 and para
>   </para>
>          ^
> json.sgml:585: parser error : Opening and ending tag mismatch: para
> line 575 and sect2
>  </sect2>
>          ^
> json.sgml:588: parser error : Opening and ending tag mismatch: sect2
> line 572 and sect1
> </sect1>
>         ^
> json.sgml:589: parser error : Premature end of data in tag sect1 line
> 3 json.sgml:589: parser error : chunk is not well balanced
> datatype.sgml:4354: parser error : Failure to process entity json
>   &json;
>         ^
> datatype.sgml:4354: parser error : Entity 'json' not defined
>   &json;
>         ^
> datatype.sgml:4955: parser error : chunk is not well balanced
> postgres.sgml:104: parser error : Failure to process entity datatype
>   &datatype;
>             ^
> postgres.sgml:104: parser error : Entity 'datatype' not defined
>   &datatype;
>             ^
> 

Hello, thank you for your message.

Fixed it. Here is a new version of the patch.

--
Anthony Bykov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Вложения

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

Предыдущее
От: Ildar Musin
Дата:
Сообщение: Minor fix for pgbench documentation
Следующее
От: Marina Polyakova
Дата:
Сообщение: Re: master make check fails on Solaris 10