pgsql: PL/Python regression tests for data type handling Add some

Поиск
Список
Период
Сортировка
От petere@postgresql.org (Peter Eisentraut)
Тема pgsql: PL/Python regression tests for data type handling Add some
Дата
Msg-id 20090814134216.71C8675331E@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: PL/Python regression tests for data type handling Add some  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Log Message:
-----------
PL/Python regression tests for data type handling

Add some checks on various data types are converted into and out of Python.
This is extracted from Caleb Welton's patch for improved bytea support,
but much expanded.

Modified Files:
--------------
    pgsql/src/pl/plpython:
        Makefile (r1.33 -> r1.34)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/Makefile?r1=1.33&r2=1.34)

Added Files:
-----------
    pgsql/src/pl/plpython/expected:
        plpython_types.out (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/expected/plpython_types.out?rev=1.1&content-type=text/x-cvsweb-markup)
    pgsql/src/pl/plpython/sql:
        plpython_types.sql (r1.1)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/sql/plpython_types.sql?rev=1.1&content-type=text/x-cvsweb-markup)

В списке pgsql-committers по дате отправления:

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Made sure sqlca is reset for declare cursor in Informix mode as
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Add prefix support for synonym dictionary