Re: proposal: PL/Pythonu - function ereport - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: proposal: PL/Pythonu - function ereport
Date
Msg-id CAFj8pRA8DDsP9NFFA=fhECvWxwVkt=-Wq59B6qFtMhO9WfjB7Q@mail.gmail.com
Whole thread Raw
In response to Re: proposal: PL/Pythonu - function ereport  (Catalin Iacob <iacobcatalin@gmail.com>)
Responses Re: proposal: PL/Pythonu - function ereport  (Catalin Iacob <iacobcatalin@gmail.com>)
Re: proposal: PL/Pythonu - function ereport  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers


2015-11-09 16:46 GMT+01:00 Catalin Iacob <iacobcatalin@gmail.com>:
On Mon, Nov 9, 2015 at 2:58 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> I needed to understand the support for Python 3.5.
>
> The patch with the fix is attached regress tests 3.5 Python

I wanted to type a reply this morning to explain and then I noticed
there's another file (_0.out) for Python2.4 and older (as explained by
src/pl/plpython/expected/README) so tests there fail as well. I built
Python 2.4.6 and then Postgres against it and updated the expected
output for 2.4 as well. Find the changes for 2.4 attached. You can add
those to your patch.

I forgot it


While I was at it I tested 2.5 and 2.6 as well, they also pass all
tests. So with the 2.4 changes attached I think we're done.

merged your patch
 

BTW, the alternative output files for pg_regress are explained at
http://www.postgresql.org/docs/devel/static/regress-variant.html

I didn't know it - nice, maybe I use it in orafce.

Thank you

Regards

Pavel


Attachment

pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: Using quicksort for every external sort run
Next
From: Jeff Janes
Date:
Subject: Re: can we add SKIP LOCKED to UPDATE?