aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-02-02 20:16:27 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2011-02-02 20:16:27 -0500
commit907855ac759a221f95b502cd7cbf2ec851fe9523 (patch)
tree19de9d1ec73da7f959e018827e91efbd9eb9fb66 /src
parent03c25dd900d97c0868ad20b925a78d41ec603578 (diff)
downloadpostgresql-907855ac759a221f95b502cd7cbf2ec851fe9523.tar.gz
postgresql-907855ac759a221f95b502cd7cbf2ec851fe9523.zip
Clean up missed change to plpython expected files.
Diffstat (limited to 'src')
-rw-r--r--src/pl/plpython/expected/plpython_unicode_3.out2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pl/plpython/expected/plpython_unicode_3.out b/src/pl/plpython/expected/plpython_unicode_3.out
index ab3488d9541..b9a6705d67b 100644
--- a/src/pl/plpython/expected/plpython_unicode_3.out
+++ b/src/pl/plpython/expected/plpython_unicode_3.out
@@ -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"