Re: PL/Python warnings in CVS HEAD

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: PL/Python warnings in CVS HEAD
Дата
Msg-id 200704031337.l33DbOd15743@momjian.us
обсуждение исходный текст
Ответ на Re: PL/Python warnings in CVS HEAD  ("Marko Kreen" <markokr@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PL/Python warnings in CVS HEAD
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [PATCHES] Full page writes improvement, code update