]> granicus.if.org Git - postgresql/commit
PL/Python regression tests for data type handling
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Aug 2009 13:42:16 +0000 (13:42 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 14 Aug 2009 13:42:16 +0000 (13:42 +0000)
commit0c738084fbb2ef55dfe27702b9486bf44c911a0c
tree6bb4613d65edc1db57d840e541b6c5a281c35ca7
parentcf37d6846788a7c11b4a2a4500a819c3723d307c
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.
src/pl/plpython/Makefile
src/pl/plpython/expected/plpython_types.out [new file with mode: 0644]
src/pl/plpython/sql/plpython_types.sql [new file with mode: 0644]