mirror of
https://github.com/postgres/postgres.git
synced 2026-02-11 23:03:25 -05:00
Supporting very old Python versions is a maintenance burden,
especially with the several variant test files to maintain for Python
<2.6.
Since we have dropped support for older OpenSSL versions in
7b283d0e1d, RHEL 5 is now effectively
desupported, and that was also the only mainstream operating system
still using Python versions before 2.6, so it's a good time to drop
those as well.
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/98b69261-298c-13d2-f34d-836fd9c29b21%402ndquadrant.com
8 lines
224 B
Text
8 lines
224 B
Text
Guide to alternative expected files:
|
|
|
|
plpython_error_5.out Python 3.5 and newer
|
|
|
|
plpython_unicode.out server encoding != SQL_ASCII
|
|
plpython_unicode_3.out server encoding == SQL_ASCII
|
|
|
|
plpython_types_3.out Python 3.x
|