Re: postgresql-7.2b3-betterquote.patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Elliot Lee <sopwith(at)redhat(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: postgresql-7.2b3-betterquote.patch
Date: 2002-03-14 22:32:51
Message-ID: 200203142232.g2EMWpB10116@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Seems we still need to support Python 1.5.

Your patch has been added to the PostgreSQL unapplied patches list at:

http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

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

Elliot Lee wrote:
> 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?

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-03-14 22:35:53 Re: Added Encoding
Previous Message Bruce Momjian 2002-03-14 21:44:22 Re: JDBC arrays