Re: postgresql-7.2b3-betterquote.patch

Поиск
Список
Период
Сортировка
От Elliot Lee
Тема Re: postgresql-7.2b3-betterquote.patch
Дата
Msg-id Pine.LNX.4.44.0203121531140.26113-200000@devserv.devel.redhat.com
обсуждение исходный текст
Ответ на Re: postgresql-7.2b3-betterquote.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: postgresql-7.2b3-betterquote.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: postgresql-7.2b3-betterquote.patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Mon, 4 Mar 2002, Bruce Momjian wrote:

> I am backing out this patch.  Please resubmit with this corrected.  Thanks.
>
> I am running Python 1.5.

Therein lies the problem... :)

Since it appears you have the requirement of supporting old python
versions, attached is just the pgdb.py part of the patch (with a fix for
DateTime handling). It has the same functionality but certainly won't be
quite as fast. Given the absence of _PyString_Join in python1.5, it's a
pain to get the C variants working for all versions. The pgdb.py patch
does leaves the hooks in, should someone wish to do the optimization at a
later point.

Hope this helps,
-- Elliot
Ever stop to think, and forget to start again?

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: psql: backslash fix
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: support for POSIX 1003.1-2001 hosts