]> granicus.if.org Git - postgresql/commitdiff
Fix regression tests after PL/Python custom SPI exceptions patch
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 28 Feb 2011 17:43:36 +0000 (19:43 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 28 Feb 2011 17:43:36 +0000 (19:43 +0200)
src/pl/plpython/expected/plpython_unicode_3.out

index b9a6705d67b059befeb0cd72ce4a5e1c9709e658..8c7a61f9d1fec21a112ab104f4fb73bc386de643 100644 (file)
@@ -39,7 +39,7 @@ SELECT * FROM unicode_test;
 (0 rows)
 
 SELECT unicode_plan1();
-ERROR:  plpy.SPIError: could not convert Python Unicode object to PostgreSQL server encoding
+ERROR:  spiexceptions.InternalError: could not convert Python Unicode object to PostgreSQL server encoding
 DETAIL:  UnicodeEncodeError: 'ascii' codec can't encode character u'\x80' in position 0: ordinal not in range(128)
 CONTEXT:  PL/Python function "unicode_plan1"
 SELECT unicode_plan2();