From: Tom Lane Date: Thu, 15 Oct 2009 23:39:13 +0000 (+0000) Subject: First committed version of plpython_unicode_0.out did not actually contain the X-Git-Tag: REL8_5_ALPHA2~9 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=198483a2e452a6467b79b8508fbce1cbec0b724b;p=postgresql.git 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. --- 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();