First committed version of plpython_unicode_0.out did not actually contain the
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 15 Oct 2009 23:39:13 +0000 (23:39 +0000)
committerTom 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

index 4db95ad8a05db0ccabca437973a7743a93b856ef..b1c6e39849f0ea5ff02eefb29fcd5297a18e9c9f 100644 (file)
@@ -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();