projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
474a424
)
Fix regression tests after PL/Python custom SPI exceptions patch
author
Peter Eisentraut
Mon, 28 Feb 2011 17:43:36 +0000
(19:43 +0200)
committer
Peter Eisentraut
Mon, 28 Feb 2011 17:43:36 +0000
(19:43 +0200)
src/pl/plpython/expected/plpython_unicode_3.out
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/expected/plpython_unicode_3.out
b/src/pl/plpython/expected/plpython_unicode_3.out
index b9a6705d67b059befeb0cd72ce4a5e1c9709e658..8c7a61f9d1fec21a112ab104f4fb73bc386de643 100644
(file)
--- a/
src/pl/plpython/expected/plpython_unicode_3.out
+++ b/
src/pl/plpython/expected/plpython_unicode_3.out
@@
-39,7
+39,7
@@
SELECT * FROM unicode_test;
(0 rows)
SELECT unicode_plan1();
-ERROR:
plpy.SPI
Error: could not convert Python Unicode object to PostgreSQL server encoding
+ERROR:
spiexceptions.Internal
Error: 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();