projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d962385
)
First committed version of plpython_unicode_0.out did not actually contain the
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 15 Oct 2009 23:39:13 +0000
(23:39 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 15 Oct 2009 23:39:13 +0000
(23:39 +0000)
required \200 bytes. Let's see if this commit works, or if CVS is messing it up.
src/pl/plpython/expected/plpython_unicode_0.out
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpython/expected/plpython_unicode_0.out
b/src/pl/plpython/expected/plpython_unicode_0.out
index 4db95ad8a05db0ccabca437973a7743a93b856ef..b1c6e39849f0ea5ff02eefb29fcd5297a18e9c9f 100644
(file)
--- a/
src/pl/plpython/expected/plpython_unicode_0.out
+++ b/
src/pl/plpython/expected/plpython_unicode_0.out
@@
-26,20
+26,20
@@
return rv[0]["testvalue"]
SELECT unicode_return();
unicode_return
----------------
-
+
\80
(1 row)
INSERT INTO unicode_test (testvalue) VALUES ('test');
SELECT * FROM unicode_test;
testvalue
-----------
-
+
\80
(1 row)
SELECT unicode_plan1();
unicode_plan1
---------------
-
+
\80
(1 row)
SELECT unicode_plan2();