Commit 907855ac authored by Tom Lane's avatar Tom Lane

Clean up missed change to plpython expected files.

parent 03c25dd9
......@@ -39,8 +39,6 @@ SELECT * FROM unicode_test;
(0 rows)
SELECT unicode_plan1();
WARNING: plpy.SPIError: unrecognized error in PLy_spi_execute_plan
CONTEXT: PL/Python function "unicode_plan1"
ERROR: plpy.SPIError: 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment