From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Marko Kreen <markokr(at)gmail(dot)com> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Neil Conway <neilc(at)samurai(dot)com>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PL/Python warnings in CVS HEAD |
Date: | 2007-04-03 13:19:22 |
Message-ID: | 20070403131922.GA9035@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Marko Kreen escribió:
> On 4/3/07, Marko Kreen <markokr(at)gmail(dot)com> wrote:
> >On 4/3/07, Bruce Momjian <bruce(at)momjian(dot)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.
No compiler warnings, regression tests pass here on Python 2.4.4.
$ uname -a
Linux perhan 2.6.18-3-amd64 #1 SMP Mon Dec 4 17:04:37 CET 2006 x86_64 GNU/Linux
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | David Fetter | 2007-04-03 13:29:23 | Re: [HACKERS] Arrays of Complex Types |
Previous Message | Hiroshi Saito | 2007-04-03 13:08:40 | Re: PthreadGC2 of MinGW is not linked. |