Re: Jsonb transform for pl/python

From: Anthony Bykov <a(dot)bykov(at)postgrespro(dot)ru>
To: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Jsonb transform for pl/python
Date: 2018-01-12 11:04:25
Message-ID: 20180112140425.41174bd3@anthony-24-g082ur
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 12 Jan 2018 13:33:56 +1300
Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> wrote:

> On Thu, Dec 7, 2017 at 12:40 AM, Anthony Bykov
> <a(dot)bykov(at)postgrespro(dot)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

Attachment Content-Type Size
0001-jsonb_plpython-extension-v5.patch.tar.gz application/gzip 13.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marina Polyakova 2018-01-12 11:05:08 Re: master make check fails on Solaris 10
Previous Message Ildar Musin 2018-01-12 10:57:27 Minor fix for pgbench documentation