Re: [HACKERS] drop support for Python 2.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] drop support for Python 2.3
Дата
Msg-id 9516.1486529343@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [HACKERS] drop support for Python 2.3  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: [HACKERS] drop support for Python 2.3  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Re: [HACKERS] drop support for Python 2.3  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: [HACKERS] drop support for Python 2.3  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> I would like to propose that we drop support for Python 2.3.
> ...
> We do have buildfarm coverage on prairiedog.  However, that runs a >10
> year old operating system, so I think it is not representing real usage.

I have no particular objection to dropping 2.3 support, but should we
make some effort to fail gracefully (ie, with a relevant error message)
on older versions?  I would guess that the effect of your patch will be
to produce quite opaque failures.  We seem to be computing python_version
in configure, so it shouldn't be that hard to check.

> - It's unlikely that Python 2.3 is still used in practice.  Python 2.4
> is in RHEL 5, which is the typically the oldest mainstream OS we look at.

Hm, is there anything running 2.4 in the buildfarm?  If we're going to
claim support for 2.4, we'd be well advised to test it.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] pg_bsd_indent: implement -lps ("leave preprocessor space")
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] [PATCH] configure-time knob to set default ssl ciphers