Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 198483a

Browse files
committed
First committed version of plpython_unicode_0.out did not actually contain the
required \200 bytes. Let's see if this commit works, or if CVS is messing it up.
1 parent d962385 commit 198483a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pl/plpython/expected/plpython_unicode_0.out

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ return rv[0]["testvalue"]
2626
SELECT unicode_return();
2727
unicode_return
2828
----------------
29-
29+
3030
(1 row)
3131

3232
INSERT INTO unicode_test (testvalue) VALUES ('test');
3333
SELECT * FROM unicode_test;
3434
testvalue
3535
-----------
36-
36+
3737
(1 row)
3838

3939
SELECT unicode_plan1();
4040
unicode_plan1
4141
---------------
42-
42+
4343
(1 row)
4444

4545
SELECT unicode_plan2();

0 commit comments

Comments
 (0)