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

From Bruce Momjian
Subject Re: PL/Python warnings in CVS HEAD
Date
Msg-id 200704031337.l33DbOd15743@momjian.us
Whole thread Raw
In response to Re: PL/Python warnings in CVS HEAD  ("Marko Kreen" <markokr@gmail.com>)
List pgsql-hackers
Patch applied.  Thanks.

---------------------------------------------------------------------------


Marko Kreen wrote:
> 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, skipping... ]

> 
> ---------------------------(end of broadcast)---------------------------
> TIP 9: In versions below 8.0, the planner will ignore your desire to
>        choose an index scan if your joining column's datatypes do not
>        match

--  Bruce Momjian  <bruce@momjian.us>          http://momjian.us EnterpriseDB
http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PL/Python warnings in CVS HEAD
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Full page writes improvement, code update