| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Brendan Jurd <direvus(at)gmail(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Minimum supported version of Python? |
| Date: | 2014-03-16 15:46:43 |
| Message-ID: | 26072.1394984803@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Brendan Jurd <direvus(at)gmail(dot)com> writes:
> On 16 March 2014 11:55, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Our documentation claims that the minimum Python version for plpython
>> is 2.3. However, an attempt to build with that on an old Mac yielded
>> a bunch of failures in the plpython_types regression test, all of the
>> form
>> ...
>> Personally I have no desire to put any effort into fixing this, and
>> thus suggest that we just change the documentation to specify that 2.5
>> is the minimum Python version since 9.0.
> +1 for updating the documentation. 2.5 has been around since 2006 so
> we are offering a huge range of compatibility as it stands. Versions
> earlier than 2.5 are probably only of interest to historians at this
> point.
Yeah, the lack of complaints from the field suggests strongly that
nobody cares about this, so I'll just go change the docs.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Josh Berkus | 2014-03-16 18:36:41 | Re: First-draft release notes for next week's releases |
| Previous Message | Tom Lane | 2014-03-16 15:39:24 | Re: create type- similar char |