postgresql/src/pl/plpython
Peter Eisentraut 2cfb1c6f77 PL/Python: Adjust the regression tests for Python 3.3
The string representation of ImportError changed.  Remove printing
that; it's not necessary for the test.

The order in which members of a dict are printed changed.  But this
was always implementation-dependent, so we have just been lucky for a
long time.  Do the printing the hard way to ensure sorted order.
2012-05-11 23:04:47 +03:00
..
expected PL/Python: Adjust the regression tests for Python 3.3 2012-05-11 23:04:47 +03:00
po Translation updates 2011-08-17 14:07:46 +03:00
sql PL/Python: Adjust the regression tests for Python 3.3 2012-05-11 23:04:47 +03:00
.gitignore PL/Python custom SPI exceptions 2011-02-28 18:41:10 +02:00
generate-spiexceptions.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Run "make all" as a prerequisite of "make check" 2011-12-27 20:27:24 +02:00
nls.mk Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_cursorobject.c Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_cursorobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_elog.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_elog.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_exec.c PL/Python: Accept strings in functions returning composite types 2012-04-26 21:03:48 +03:00
plpy_exec.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_main.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_main.h Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_planobject.c PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_planobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_plpymodule.c PL/Python: Improve error messages 2012-04-25 21:11:59 +03:00
plpy_plpymodule.h Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_procedure.c Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_procedure.h Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_resultobject.c PL/Python: Fix slicing support for result objects for Python 3 2012-05-10 20:40:30 +03:00
plpy_resultobject.h PL/Python: Update incorrect comment 2012-05-10 20:40:30 +03:00
plpy_spi.c PL/Python: Fix crash in functions returning SETOF and using SPI 2012-05-02 20:59:51 +03:00
plpy_spi.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_subxactobject.c PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_subxactobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_typeio.c More duplicate word removal. 2012-05-02 09:28:16 -04:00
plpy_typeio.h PL/Python: Accept strings in functions returning composite types 2012-04-26 21:03:48 +03:00
plpy_util.c Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_util.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpython.h Python 2.2 is no longer supported 2012-05-10 20:02:57 +03:00
plpython2u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython2u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython2u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython3u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpythonu--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpythonu--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpythonu.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00