Clean up missed change to plpython expected files.

This commit is contained in:
Tom Lane 2011-02-02 20:16:27 -05:00
parent 03c25dd900
commit 907855ac75
1 changed files with 0 additions and 2 deletions

View File

@ -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"