Re: [COMMITTERS] pgsql: PL/Python regression tests for data type handling Add some

2009-08-14 Thread Tom Lane
pet...@postgresql.org (Peter Eisentraut) writes: > PL/Python regression tests for data type handling > Add some checks on various data types are converted into and out of Python. Looks like you need some exp-three-digits variant expected files. Or maybe get rid of the one test case that's causing

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

2009-08-14 Thread Peter Eisentraut
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/plpytho