Re: PL/Python warnings in CVS HEAD - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: PL/Python warnings in CVS HEAD
Date
Msg-id e51f66da0704030329odab8025pa0ddfeaa987754a8@mail.gmail.com
Whole thread Raw
In response to Re: PL/Python warnings in CVS HEAD  ("Marko Kreen" <markokr@gmail.com>)
Responses Re: PL/Python warnings in CVS HEAD  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: PL/Python warnings in CVS HEAD  (Bruce Momjian <bruce@momjian.us>)
Re: PL/Python warnings in CVS HEAD  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 4/3/07, Marko Kreen <markokr@gmail.com> wrote:
> On 4/3/07, Bruce Momjian <bruce@momjian.us> wrote:
> > Where are we on Python 2.5?
>
> I'll look into it.

Following patch converts plpython.c to use Python 2.5 types,
with compat ifdef for older version.  This is recommended
method by PEP 353 to fix the issue.

Tested with python 2.4.3, 2.5.

--
marko

Attachment

pgsql-hackers by date:

Previous
From: Koichi Suzuki
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update again.
Next
From: Koichi Suzuki
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update