-
- Downloads
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.
Showing
- config/python.m4 1 addition, 0 deletionsconfig/python.m4
- configure 4 additions, 0 deletionsconfigure
- configure.in 3 additions, 0 deletionsconfigure.in
- contrib/hstore_plpython/expected/hstore_plpython.out 2 additions, 6 deletionscontrib/hstore_plpython/expected/hstore_plpython.out
- contrib/hstore_plpython/sql/hstore_plpython.sql 2 additions, 6 deletionscontrib/hstore_plpython/sql/hstore_plpython.sql
- doc/src/sgml/installation.sgml 1 addition, 5 deletionsdoc/src/sgml/installation.sgml
- src/pl/plpython/expected/plpython_ereport.out 10 additions, 14 deletionssrc/pl/plpython/expected/plpython_ereport.out
- src/pl/plpython/plpy_typeio.c 2 additions, 8 deletionssrc/pl/plpython/plpy_typeio.c
- src/pl/plpython/sql/plpython_ereport.sql 2 additions, 6 deletionssrc/pl/plpython/sql/plpython_ereport.sql
Loading
Please register or sign in to comment