mirror of
https://github.com/postgres/postgres.git
synced 2026-06-24 16:09:04 -04:00
It was already on its last legs, and it turns out that it was
accidentally broken in commit 89e850e6fd
and no one cared. So remove the rest the support for it and update
the documentation to indicate that Python 2.3 is now required.
11 lines
367 B
Text
11 lines
367 B
Text
Guide to alternative expected files:
|
|
|
|
plpython_error_0.out Python 2.4 and older
|
|
|
|
plpython_unicode.out server encoding != SQL_ASCII
|
|
plpython_unicode_3.out server encoding == SQL_ASCII
|
|
|
|
plpython_subtransaction_0.out Python 2.4 and older (without with statement)
|
|
plpython_subtransaction_5.out Python 2.5 (without with statement)
|
|
|
|
plpython_types_3.out Python 3.x
|