diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-10-15 23:39:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-10-15 23:39:13 +0000 |
commit | 198483a2e452a6467b79b8508fbce1cbec0b724b (patch) | |
tree | bd482863edd87aa723399085d2da4f5ce02ca098 | |
parent | d9623859e8af4a0bf8e47970c544dcb4d27028ec (diff) | |
download | postgresql-198483a2e452a6467b79b8508fbce1cbec0b724b.tar.gz postgresql-198483a2e452a6467b79b8508fbce1cbec0b724b.zip |
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.
-rw-r--r-- | src/pl/plpython/expected/plpython_unicode_0.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pl/plpython/expected/plpython_unicode_0.out b/src/pl/plpython/expected/plpython_unicode_0.out index 4db95ad8a05..b1c6e39849f 100644 --- 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 ---------------- - + € (1 row) INSERT INTO unicode_test (testvalue) VALUES ('test'); SELECT * FROM unicode_test; testvalue ----------- - + € (1 row) SELECT unicode_plan1(); unicode_plan1 --------------- - + € (1 row) SELECT unicode_plan2(); |