From: | petere(at)postgresql(dot)org (Peter Eisentraut) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: PL/Python regression tests for data type handling Add some |
Date: | 2009-08-14 13:42:16 |
Message-ID: | 20090814134216.71C8675331E@cvs.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2009-08-14 14:53:20 | pgsql: Add prefix support for synonym dictionary |
Previous Message | Michael Meskes | 2009-08-14 13:28:22 | pgsql: Made sure sqlca is reset for declare cursor in Informix mode as |