Обсуждение: pgsql: Update 8.1 and 8.0 plpython to work with Python 2.5.

Поиск
Список
Период
Сортировка

pgsql: Update 8.1 and 8.0 plpython to work with Python 2.5.

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Update 8.1 and 8.0 plpython to work with Python 2.5.  This backports several
fixes made during the 8.2 development cycle, but not backported at the time
for lack of confidence in the new coding.

I didn't touch 7.4 because it has more problems than this: the configure
probe for Python fails.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.66.2.5 -> r1.66.2.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.66.2.5&r2=1.66.2.6)
    pgsql/src/pl/plpython/expected:
        plpython_function.out (r1.3 -> r1.3.2.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_function.out?r1=1.3&r2=1.3.2.1)
    pgsql/src/pl/plpython/sql:
        plpython_function.sql (r1.3 -> r1.3.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_function.sql?r1=1.3&r2=1.3.2.1)

Added Files:
-----------
    pgsql/src/pl/plpython/expected:
        plpython_error_3.out (r1.1.6.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_error_3.out?rev=1.1.6.1&content-type=text/x-cvsweb-markup)