Re: pgsql: Fix for plpython functions; return true/false for boolean,

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Guido Goldstein <pgpatches(at)a-nugget(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgsql: Fix for plpython functions; return true/false for boolean,
Date: 2007-01-30 15:17:13
Message-ID: 2096.1170170233@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-patches

Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Guido Goldstein wrote:
>> Is it possible to tell me which python versions you want to
>> support?

> There are still products shipping with 2.3 (e.g. RHEL4). I'd be
> surprised if we need to go back before that.

As far as Red Hat is concerned, we won't be trying to get PG 8.3 and up
to run on anything older than RHEL4, so python 2.3 is old enough. Not
sure how the release timing has worked out for other distros ... but the
presence of python 2.3 in the buildfarm says to me that it's still
fairly popular.

[ digs a bit more... ] Actually, it looks like Fedora Core 1 shipped
with python 2.2.3, which means that's what buildfarm member "thrush"
is running. So you probably don't want to break 2.2 either, at least
not for a basically cosmetic patch. I don't say that we'd reject a
patch that breaks 2.2 compatibility, but you'd need to put forth a
sufficient justification.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message J. Andrew Rogers 2007-01-30 16:53:23 Re: pgsql: Fix for plpython functions; return true/false for boolean,
Previous Message Andrew Dunstan 2007-01-30 14:24:22 Re: pgsql: Fix for plpython functions; return true/false for boolean,

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-01-30 15:17:20 Re: 10 weeks to feature freeze (Pending Work)
Previous Message Adriaan van Os 2007-01-30 15:10:07 Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting

Browse pgsql-patches by date

  From Date Subject
Next Message J. Andrew Rogers 2007-01-30 16:53:23 Re: pgsql: Fix for plpython functions; return true/false for boolean,
Previous Message Adriaan van Os 2007-01-30 15:10:07 Re: [HACKERS] [BUGS] BUG #2907: pg_get_serial_sequence quoting