pgsql: PL/Python regression tests for data type handling Add some - Mailing list pgsql-committers

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: PL/Python regression tests for data type handling Add some
Date
Msg-id 20090814134216.71C8675331E@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: PL/Python regression tests for data type handling Add some
List 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 by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Made sure sqlca is reset for declare cursor in Informix mode as
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Add prefix support for synonym dictionary