]> granicus.if.org Git - postgresql/commit
Drop support for Python 2.3
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Feb 2017 14:27:02 +0000 (09:27 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 21 Feb 2017 14:49:22 +0000 (09:49 -0500)
commit04aad401867ad3e1519615d8486e32b50dbcb5f5
treea9126115b80ba8a03b84f0e9b16864c307eae911
parent0bf41dd1908a0c05833168b9972e1c52cb7547b7
Drop support for Python 2.3

There is no specific reason for this right now, but keeping support for
old Python versions around indefinitely increases the maintenance
burden.  The oldest supported Python version is now Python 2.4, which is
still shipped in RHEL/CentOS 5 by default.

In configure, add a check for the required Python version and give a
friendly error message for an old version, instead of relying on an
obscure build error later on.
config/python.m4
configure
configure.in
contrib/hstore_plpython/expected/hstore_plpython.out
contrib/hstore_plpython/sql/hstore_plpython.sql
doc/src/sgml/installation.sgml
src/pl/plpython/expected/plpython_ereport.out
src/pl/plpython/plpy_typeio.c
src/pl/plpython/sql/plpython_ereport.sql