Re: (patch) regression diffs on collate.linux.utf8 test
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2011-10-18T08:07:12Z
Lists: pgsql-hackers
Attachments
- regression.diffs (text/x-patch) patch
On Sun, 2011-10-16 at 16:00 -0400, Tom Lane wrote: > Jeff Davis <pgsql@j-davis.com> writes: > > On master, I see a minor test error (at least on my machine) as well as > > a diff. Patch attached. > > Hmm, yeah, I forgot to fix this regression test when I added that DETAIL > line. However, I don't see the need for fooling with the lc_time value? > > regards, tom lane Here is the diff that I'm seeing on master right now with: make -s check EXTRA_TESTS=collate.linux.utf8 If I qualify it as "tr_TR.UTF-8" it works. Perhaps I have something misconfigured on my system (Ubuntu 11.10)? I just installed: language-pack-de language-pack-tr language-pack-sv in an attempt to make the test work, and it works all except for that lc_time settng. Regards, Jeff Davis